Skip to content

Commit

Permalink
Set rust back to 1.72.1 for mipsel
Browse files Browse the repository at this point in the history
Trying stable one more time

after clearing caches
  • Loading branch information
madninja committed Nov 11, 2023
1 parent 9e1ae9a commit c729129
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,11 @@ jobs:
uses: actions/checkout@v3

- name: Setup | Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.72.1

- name: Setup | Tools
uses: davidB/rust-cargo-make@v1

- name: Setup | Cache
uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.target }}

- name: Setup | Cross
uses: jaxxstorm/action-install-gh-release@v1.9.0
env:
Expand Down

0 comments on commit c729129

Please sign in to comment.