Skip to content

Commit

Permalink
Upgraded to crusty-pie toolchain
Browse files Browse the repository at this point in the history
actions-rs doesn't seem to be maintained anymore
  • Loading branch information
Thomas Luijken committed Mar 14, 2024
1 parent 1721ec8 commit 2f9e751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
- uses: crusty-pie/toolchain@v1
with:
toolchain: stable
target: x86_64-unknown-linux-musl
targets: x86_64-unknown-linux-musl
override: true
components: llvm-tools-preview
- name: Download grcov
Expand Down

0 comments on commit 2f9e751

Please sign in to comment.