Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaim committed Feb 28, 2024
1 parent 8c93f22 commit 4faebba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# We need a recent gcc install for clang too to find it's standard library by default
- name: Install libstdc++
if: matrix.sys.compiler == 'clang'
run: libstdc++-13-dev
run: sudo apt install libstdc++-13-dev -y


- name: Install LLVM and Clang
Expand Down

0 comments on commit 4faebba

Please sign in to comment.