Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Feb 14, 2024
1 parent 8f1d0cf commit 097d3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
sudo apt install libc++-17-dev
echo "CC=clang-17" >> $GITHUB_ENV
echo "CXX=clang++-17" >> $GITHUB_ENV
clang-17 -v
clang++-17 -v
shell: bash
if: matrix.platform == 'ubuntu-latest' && matrix.compiler == 'llvm'

Expand Down

0 comments on commit 097d3f4

Please sign in to comment.