cleanup fix ubuntu libcstd++

This commit is contained in:
ConfiG 2024-06-28 14:18:28 +03:00 committed by GitHub
parent 21c928856c
commit f6d2b4ef1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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