Skip to content

Commit

Permalink
attempt fix for ubuntu x86
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon committed Dec 13, 2023
1 parent ea2536b commit 2405430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
os: macos-latest
arch: x86_64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Install multi-lib for 32-bit systems
if: matrix.arch == 'x86' && matrix.os == 'ubuntu-latest'
run: sudo apt-get install gcc-multilib
run: sudo apt-get install gcc-multilib --fix-missing
- id: build
name: Test library
run: |
Expand Down

0 comments on commit 2405430

Please sign in to comment.