Skip to content

Commit

Permalink
Merge branch 'main' into get-simple-guest-for-fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Mar 4, 2025
2 parents bd1b172 + ca4d775 commit 9eba2da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ jobs:
steps:
- uses: actions/checkout@v4

# For rust-fmt
- name: Set up nightly rust
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt

- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
with:
rust-toolchain: "nightly"
rust-toolchain: "1.81.0"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9eba2da

Please sign in to comment.