mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
cleanup fix ubuntu libcstd++
This commit is contained in:
parent
21c928856c
commit
f6d2b4ef1d
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -261,9 +261,8 @@ jobs:
|
|||
|
||||
- name: Fix Ubuntu libcstd++
|
||||
run: |
|
||||
sudo apt install ninja-build &&
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
|
||||
sudo apt-get update &&
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get update
|
||||
sudo apt-get install --only-upgrade libstdc++6
|
||||
|
||||
- name: Configure
|
||||
|
|
Loading…
Reference in a new issue