CI/CD: Fix outdated libstdc++ on i686

This commit is contained in:
daijro 2024-09-11 05:03:55 -05:00
parent bc2f591844
commit 598a8566e2

View file

@ -69,7 +69,7 @@ jobs:
uses: egor-tensin/setup-clang@v1 uses: egor-tensin/setup-clang@v1
with: with:
version: latest version: latest
platform: x64 platform: ${{ matrix.arch == 'x86_64' && 'x64' || 'any' }}
- name: Check disk space - name: Check disk space
run: df -h run: df -h