Skip to content

Commit

Permalink
CI/CD: Fix outdated libstdc++ on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Sep 11, 2024
1 parent bc2f591 commit 598a856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 598a856

Please sign in to comment.