mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
ci: windows: update tar
command line parameter order
you have got to be kidding me
This commit is contained in:
parent
86bb09a0ff
commit
c7b32eb99a
@ -13,4 +13,4 @@ wget -nv "https://ziglang.org/deps/$TARBALL"
|
|||||||
# If the first extraction fails, re-try it once; this can happen if the tarball
|
# If the first extraction fails, re-try it once; this can happen if the tarball
|
||||||
# contains symlinks that are in the table of contents before the files that
|
# contains symlinks that are in the table of contents before the files that
|
||||||
# they point to.
|
# they point to.
|
||||||
tar -xf $TARBALL || tar -xf --overwrite $TARBALL
|
tar -xf $TARBALL || tar --overwrite -xf $TARBALL
|
||||||
|
Loading…
Reference in New Issue
Block a user