mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:42:05 -08:00
CI/CD: Fix outdated libstdc++ on i686
This commit is contained in:
parent
bc2f591844
commit
598a8566e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
uses: egor-tensin/setup-clang@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: x64
|
||||
platform: ${{ matrix.arch == 'x86_64' && 'x64' || 'any' }}
|
||||
|
||||
- name: Check disk space
|
||||
run: df -h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue