Skip to content

Commit

Permalink
Merge pull request #1540 from hermit-os/dependabot-action
Browse files Browse the repository at this point in the history
ci: specify `install-action` version
  • Loading branch information
mkroening authored Jan 3, 2025
2 parents 4744bcc + 61f9e4a commit 4c95afd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- uses: mkroening/rust-toolchain-toml@main
- run: rustup target add x86_64-unknown-none
- name: Check each feature
Expand Down Expand Up @@ -146,7 +148,7 @@ jobs:
working-directory: .
- uses: mkroening/rust-toolchain-toml@main
with:
toolchain-file: 'kernel/rust-toolchain.toml'
toolchain-file: "kernel/rust-toolchain.toml"
- name: Download loader
run: gh release download --repo hermit-os/loader --pattern 'hermit-loader-${{ matrix.arch }}*'
- name: Dowload OpenSBI
Expand All @@ -169,7 +171,7 @@ jobs:
latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${ARCH}.tgz \
| tar -xz
mkdir -p $HOME/.local/bin
mv release-${latest}-$(uname -m)/firecracker-${latest}-${ARCH} $HOME/.local/bin/firecracker
echo $HOME/.local/bin >> $GITHUB_PATH
Expand Down

0 comments on commit 4c95afd

Please sign in to comment.