Skip to content

Commit

Permalink
Fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Apr 4, 2021
1 parent 3a5b0c9 commit 15d30a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-linux-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: julia -e 'using Pkg; pkg"add libcxxwrap_julia_jll"'
- name: Build and test
run: |
if [[ "$OSTYPE" != "darwin"* ]]; then
rm /opt/hostedtoolcache/julia/*/x64/lib/julia/libstdc++.so.6
fi
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/install -DAPPEND_OVERRIDES_TOML=ON -DOVERRIDE_VERSION_TO_JLL=ON -DCMAKE_BUILD_TYPE=Debug ..
VERBOSE=ON cmake --build . --config Debug --target install || $ALLOW_FAILURES
Expand Down

0 comments on commit 15d30a1

Please sign in to comment.