Skip to content

Commit 1147c22

Browse files
committed
Fix CI rust toolchain
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
1 parent 4a4c5f7 commit 1147c22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050

5151
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
5252
with:
53-
rust-toolchain: "nightly"
53+
rust-toolchain: "1.81.0"
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656

57+
# For rust-fmt
58+
- name: Set up nightly rust
59+
uses: dtolnay/rust-toolchain@nightly
60+
5761
- name: fmt
5862
run: just fmt-check
5963

0 commit comments

Comments
 (0)