mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
maybe fix the build action
This commit is contained in:
parent
f79e87af93
commit
b4dd7f3de1
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -167,6 +167,15 @@ jobs:
|
|||
uses: ./.github/actions/setup-dump-sym
|
||||
id: breakpad-tools
|
||||
if: matrix.config.id == 'android32' || matrix.config.id == 'android64'
|
||||
|
||||
- name: Fix Ubuntu libcstd++
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt install ninja-build &&
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test &&
|
||||
sudo apt-get update &&
|
||||
sudo apt-get install --only-upgrade libstdc++6
|
||||
if: matrix.config.host_id == 'linux'
|
||||
|
||||
- name: Checkout ninjatracing
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue