Skip to content

Commit

Permalink
full_ci: Exclude time-bits variants for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed May 2, 2024
1 parent c07dfc9 commit 31068e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
32,
64
]
exclude:
- target: x86_64-unknown-linux-gnu
bits: 32
- target: x86_64-unknown-linux-gnu
bits: 64
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
Expand Down

0 comments on commit 31068e5

Please sign in to comment.