Skip to content

Commit

Permalink
Fix macOS test
Browse files Browse the repository at this point in the history
  • Loading branch information
barche authored Dec 13, 2024
1 parent f7bb672 commit 5e206f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +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
wget https://github.com/JuliaBinaryWrappers/libcxxwrap_julia_jll.jl/raw/main/Project.toml
jllversion=$(grep "version" Project.toml | sed -r 's/.* = "(.*)\+.*/\1/')
cd lib
if [ ! -f libcxxwrap_julia.${jllversion}.dylib ]; then
ln -s libcxxwrap_julia.*.*.*.* libcxxwrap_julia.${jllversion}.dylib
fi
ln -s libcxxwrap_julia.*.*.*.* libcxxwrap_julia.0.13.2.dylib
cd ..
ls -al lib
julia -e "using Pkg; pkg\"add ${package}\"; using CxxWrap"
Expand Down

0 comments on commit 5e206f8

Please sign in to comment.