maybe fix the build action

This commit is contained in:
Fleeym 2024-05-16 14:22:41 +03:00
parent f79e87af93
commit b4dd7f3de1

View file

@ -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