Skip to content

Commit aaf0fd9

Browse files
committed
github actions release fix
1 parent b913303 commit aaf0fd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install Rust stable
2525
uses: dtolnay/rust-toolchain@stable
2626

27+
- name: Remove Git tar (Windows zstd fix)
28+
run: Remove-Item 'C:\Program Files\Git\usr\bin\tar.exe'
29+
2730
- name: Rust cache
2831
uses: swatinem/rust-cache@v2
2932
with:

0 commit comments

Comments
 (0)