Commit c7b32eb99a

Andrew Kelley <andrew@ziglang.org>
2021-10-02 07:27:16
ci: windows: update `tar` command line parameter order
you have got to be kidding me
1 parent 86bb09a
Changed files (1)
ci/azure/windows_msvc_install
@@ -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
 # contains symlinks that are in the table of contents before the files that
 # they point to.
-tar -xf $TARBALL || tar -xf --overwrite $TARBALL
+tar -xf $TARBALL || tar --overwrite -xf $TARBALL