Skip to content

Commit 36d396d

Browse files
authored
Pin rust to 1.81
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
1 parent 92ddf68 commit 36d396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: dtolnay/rust-toolchain@stable
33+
- uses: dtolnay/rust-toolchain@1.81
3434
- name: Set env
3535
if: contains(matrix.os, 'ubuntu')
3636
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV

0 commit comments

Comments
 (0)