Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-z10 authored Oct 9, 2024
1 parent 4f20d7d commit a3f632c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
mkdir build && cd build
cmake .. && make && make test && sudo make install
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
echo "ldconfig..."
sudo ldconfig
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "updating dyld shared cache..."
sudo update_dyld_shared_cache
fi
- name: Add nmake on windows
Expand Down

0 comments on commit a3f632c

Please sign in to comment.