Skip to content

Commit 9a82ba5

Browse files
Pin Linux CI to specific commit hash
1 parent a7af857 commit 9a82ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install Tauri CLI
7272
if: steps.cache-tauri.outputs.cache-hit != 'true'
73-
run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage
73+
run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --rev f0511be705661dba2e505d7a86f513f5b4dbe240
7474

7575
- uses: actions/checkout@v4
7676

0 commit comments

Comments
 (0)