Skip to content

Commit

Permalink
chore: comment out MSRV jobs for debgging
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent 7c8f6b0 commit 29a771c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ jobs:
matrix:
include:
# 32-bit Linux/x86
- target: i686-unknown-linux-gnu
toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
deps: sudo apt update && sudo apt install gcc-multilib
#- target: i686-unknown-linux-gnu
# toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
# deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
toolchain: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux/x86_64
- target: x86_64-unknown-linux-gnu
toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
#- target: x86_64-unknown-linux-gnu
# toolchain: ${{needs.set-msrv.steps.msrv.outputs.MSRV}}
- target: x86_64-unknown-linux-gnu
toolchain: stable

Expand Down

0 comments on commit 29a771c

Please sign in to comment.