Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
nix overrides CXX variable when entering shell, predictably
  • Loading branch information
katrinafyi committed Apr 5, 2024
1 parent 5b2b66a commit a9a1d28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
echo "OUTPUT=$(pwd)/_build/default/tests/coverage" >> $GITHUB_OUTPUT
rm -rf _build/default/tests/coverage/encodings
id: coverage
- run: sudo apt-get update && sudo apt-get install clang-15 lld-15 llvm-15 meson ninja-build
- run: offlineASL-cpp/build.sh
env:
CXX: "/usr/lib/llvm-15/bin/clang++"
# CXX_LD: "/usr/bin/ld.lld-15"
- run: sudo apt-get update && sudo apt-get install clang-15 lld-15 llvm-15 llvm-15-dev meson ninja-build
- run: "CXX=$(which clang++15) LLVM_CONFIG=$(which llvm-config-15) offlineASL-cpp/build.sh"

- name: Upload new coverage results
if: always()
Expand Down

0 comments on commit a9a1d28

Please sign in to comment.