Skip to content

Commit

Permalink
Exclude broken ubuntu x86
Browse files Browse the repository at this point in the history
  • Loading branch information
etcimon authored Aug 8, 2023
1 parent 8b665dd commit 1e8ec9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- dc: dmd-latest
os: macos-latest
arch: x86_64
exclude:
- os: ubuntu-latest
arch: x86
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- uses: dlang-community/setup-dlang@763d869b4d67e50c3ccd142108c8bca2da9df166
Expand All @@ -42,4 +45,4 @@ jobs:
name: Test library
run: |
dub test --arch=$ARCH
shell: bash
shell: bash

0 comments on commit 1e8ec9d

Please sign in to comment.