Skip to content

Commit

Permalink
ci: explicitly set up stable Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Nov 26, 2024
1 parent 2ffaa21 commit d4de7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: mkroening/rust-toolchain-toml@main
- name: Download loader
run: gh release download --repo hermit-os/loader --pattern hermit-loader-x86_64
Expand Down

0 comments on commit d4de7e6

Please sign in to comment.