We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b913303 commit aaf0fd9Copy full SHA for aaf0fd9
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install Rust stable
25
uses: dtolnay/rust-toolchain@stable
26
27
+ - name: Remove Git tar (Windows zstd fix)
28
+ run: Remove-Item 'C:\Program Files\Git\usr\bin\tar.exe'
29
+
30
- name: Rust cache
31
uses: swatinem/rust-cache@v2
32
with:
0 commit comments