Skip to content

Commit ca4d775

Browse files
authored
Fix CI rust toolchain (#323)
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
1 parent 4a4c5f7 commit ca4d775

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050

51+
# For rust-fmt
52+
- name: Set up nightly rust
53+
uses: dtolnay/rust-toolchain@nightly
54+
with:
55+
components: rustfmt
56+
5157
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
5258
with:
53-
rust-toolchain: "nightly"
59+
rust-toolchain: "1.81.0"
5460
env:
5561
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5662

0 commit comments

Comments
 (0)