Skip to content

Commit

Permalink
ci: Temporary CI workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Mar 14, 2024
1 parent 51bf69c commit af2e9a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- armv7-unknown-linux-gnueabihf
- i686-unknown-linux-gnu
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-gnu
# Temporary until cross is fixed
#- x86_64-pc-windows-gnu
rust:
- stable
- beta
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup install --profile minimal stable && rustup default stable
run: rustup install --no-self-update --profile minimal stable && rustup default stable
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
- name: Compile
Expand Down

0 comments on commit af2e9a6

Please sign in to comment.