Skip to content

Commit

Permalink
Explicitly set toolchain to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Nov 5, 2023
1 parent 3dffdf6 commit 6ffa10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: llvm-tools-preview
- uses: actions-rs/cargo@v1
with:
toolchain: stable
command: install
args: cargo-binutils rustfilt
- name: Install jq
Expand Down

0 comments on commit 6ffa10e

Please sign in to comment.