Skip to content

Commit

Permalink
Fix test-linux-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barche authored Dec 18, 2024
1 parent 5e206f8 commit 6514cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DCMAKE_BUILD_TYPE=Debug ..
VERBOSE=ON cmake --build . --config Debug --target install
cd lib
ln -s libcxxwrap_julia.*.*.*.* libcxxwrap_julia.0.13.2.dylib
cd ..
ls -al lib
Expand Down

0 comments on commit 6514cfc

Please sign in to comment.