Skip to content

Commit

Permalink
Github workflows: attempt fix for libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
mnottale committed Nov 15, 2023
1 parent 262e0fb commit 6d00222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-clang-libcxx-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: dependencies
run: sudo apt-get install -y clang libc++ wget
run: sudo apt-get install -y clang libc++-11-dev wget
- name: Version
run: cd $GITHUB_WORKSPACE && git describe --always > /tmp/version.txt
- name: Boost
Expand Down

0 comments on commit 6d00222

Please sign in to comment.