mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Merge branch 'main' of https://github.com/geode-sdk/geode into main
This commit is contained in:
commit
a2ae1321ec
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