Skip to content

Commit

Permalink
Github workflows: attempt fix for libc++ 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mnottale committed Nov 16, 2023
1 parent e07c8ed commit 949e4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-clang-libcxx-static.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux
name: Linux-clang-libc++-static

on:
push:
Expand All @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: dependencies
run: sudo apt-get install -y clang libc++-12-dev wget
run: sudo apt-get install -y clang libc++-14-dev wget
- name: Version
run: cd $GITHUB_WORKSPACE && git describe --always > /tmp/version.txt
- name: Boost
Expand Down

0 comments on commit 949e4db

Please sign in to comment.