authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-10-01 22:27:16-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-10-01 22:27:16-07:00
logc7b32eb99a0e45054aa06a6f7170705c02837458
treeeefb618f8b4e059788128b73d07fa4b5c48ed187
parent86bb09a0ff127429e990c3f869d394aae4e2da9f

ci: windows: update `tar` command line parameter order

you have got to be kidding me

1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/windows_msvc_install+1-1
...@@ -13,4 +13,4 @@ wget -nv "https://ziglang.org/deps/$TARBALL"...@@ -13,4 +13,4 @@ wget -nv "https://ziglang.org/deps/$TARBALL"
13# If the first extraction fails, re-try it once; this can happen if the tarball13# If the first extraction fails, re-try it once; this can happen if the tarball
14# contains symlinks that are in the table of contents before the files that14# contains symlinks that are in the table of contents before the files that
15# they point to.15# they point to.
16tar -xf $TARBALL || tar -xf --overwrite $TARBALL16tar -xf $TARBALL || tar --overwrite -xf $TARBALL