Skip to content

Commit

Permalink
Try to fix x86 ubuntu compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon committed Dec 13, 2023
1 parent 18dd81b commit ea2536b
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,8 +31,8 @@ jobs:
os: macos-latest
arch: x86_64
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166
- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Install multi-lib for 32-bit systems
Expand Down

0 comments on commit ea2536b

Please sign in to comment.