Skip to content

Commit

Permalink
CI: an attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM authored Nov 4, 2023
1 parent be61714 commit ecdd26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
submodules: recursive
- name: Install deps
run: sudo apt-get install -y git cmake zip libc++-12-dev
run: sudo apt-get install -y git cmake zip libc++1-12 libc++-12-dev
- name: Print clang version
run: clang++ -v
- name: Build
Expand Down

0 comments on commit ecdd26e

Please sign in to comment.