Skip to content

Commit

Permalink
ci: Fix libstdc++ version used for linux-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jun 21, 2023
1 parent 5e731af commit 423aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-multilib lib32stdc++-9-dev
sudo apt-get install gcc-multilib lib32stdc++-11-dev
pip install meson==${{ env.MESON_VERSION }}
.github/env/bootstrap.sh linux-x86_64 linux-x86
- name: Build
Expand Down

0 comments on commit 423aab8

Please sign in to comment.