Skip to content

Commit

Permalink
Install libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Nov 4, 2024
1 parent 2ac4085 commit 97b8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update || exit $?
sudo apt -y install ninja-build || exit $?
sudo apt -y install ninja-build libc++-18-dev libc++abi-18-dev || exit $?
- name: Install clang-18
if: false
run: |
Expand Down

0 comments on commit 97b8b4d

Please sign in to comment.