| author | |
| committer | |
| log | c7b32eb99a0e45054aa06a6f7170705c02837458 |
| tree | eefb618f8b4e059788128b73d07fa4b5c48ed187 |
| parent | 86bb09a0ff127429e990c3f869d394aae4e2da9f |
you have got to be kidding me1 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 | 13 | # If the first extraction fails, re-try it once; this can happen if the tarball |
| 14 | 14 | # contains symlinks that are in the table of contents before the files that |
| 15 | 15 | # they point to. |
| 16 | tar -xf $TARBALL || tar -xf --overwrite $TARBALL | |
| 16 | tar -xf $TARBALL || tar --overwrite -xf $TARBALL |