Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nVxx authored Nov 8, 2023
1 parent 21200e0 commit 24ba7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cmake_args="-DCMAKE_BUILD_TYPE=${{ matrix.type }}"
if [[ "${{matrix.compiler}}" == "clang"* ]]; then
export PATH=/usr/lib/llvm-12/bin/clang:$PATH
export PATH=/usr/lib/llvm-12/bin/:$PATH
echo "Path after $PATH"
which clang
cmake_args+=" -DCMAKE_EXPORT_COMPILE_COMMANDS=1"
Expand Down

0 comments on commit 24ba7c9

Please sign in to comment.