Skip to content

Commit

Permalink
Try fixing CI (#817)
Browse files Browse the repository at this point in the history
`mips64-unknown-linux-muslabi64 target` (used to test bigendian) was removed in 1.75.0.

The workaround for now is to pin the toolchain to 1.74.0.
We could try using `cross` instead in the future.
  • Loading branch information
ordian committed Jan 2, 2024
1 parent 8723455 commit 422471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.74.0
override: true

- name: Rust Cache
Expand Down

0 comments on commit 422471a

Please sign in to comment.