Skip to content

Commit eb3bc2e

Browse files
committed
Pin version of rust toolchain in github action to 1.76 (fingerprint issue crashing build with 1.79)
1 parent 66922c0 commit eb3bc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tauri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: lts/*
2828

2929
- name: Rust setup
30-
uses: dtolnay/rust-toolchain@stable
30+
uses: dtolnay/rust-toolchain@1.76
3131
with:
3232
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
3333

0 commit comments

Comments
 (0)