Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grasph authored Mar 23, 2024
1 parent 73f49e4 commit b1ada4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
rm -f /opt/hostedtoolcache/julia/1.6*/x64/lib/julia/libstdc++.so.6
fi
cmake -DClang_DIR=/usr/lib/llvm-13/lib/cmake/clang -B build -S .
cmake --verbose --build build -j `nproc`
cmake --build build --verbose -j `nproc`
PATH="`pwd`/build:$PATH"
echo "$PATH"
test/runtest.jl

0 comments on commit b1ada4d

Please sign in to comment.