Skip to content

Commit 2349fde

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

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
@@ -48,9 +48,13 @@ 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+
5155
- uses: hyperlight-dev/ci-setup-workflow@v1.2.0
5256
with:
53-
rust-toolchain: "nightly"
57+
rust-toolchain: "1.81.0"
5458
env:
5559
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5660

0 commit comments

Comments
 (0)