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 3b17b23 commit 5ec4650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Test with Clang too
- os: ubuntu-20.04
type: Debug
compiler: clang-12
compiler: clang
# on Windows we skip Debug because otherwise the hosted runner runs out of space
exclude:
- os: windows-2022
Expand Down Expand Up @@ -66,7 +66,6 @@ jobs:
export CC=/usr/bin/clang-12
export CXX=/usr/bin/clang++-12
cmake_args+=" -DCMAKE_EXPORT_COMPILE_COMMANDS=1"
cmake_args+=" -DCMAKE_C_COMPILER=clang-12 -DCMAKE_CXX_COMPILER=clang++-12"
cmake_args+=" -DCMAKE_TOOLCHAIN_FILE=$GITHUB_WORKSPACE/cmake/toolchain/Linux_X86_64_llvm.toolchain"
fi
Expand Down

0 comments on commit 5ec4650

Please sign in to comment.