From 895d5befa0202437f6f6a1f8d3f4643efd62c105 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 31 May 2020 07:33:41 +0200 Subject: [PATCH] asd --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 09e390e63..16cf346cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ clone_depth: 1 # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: - - C:\msys64\usr\bin\bash -lc "pacman -Syuu --noconfirm --needed --noprogressbar -- overwrite \\*" + - C:\msys64\usr\bin\bash -lc "pacman -Syuu --noconfirm --needed --noprogressbar -- overwrite \*" - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S zstd" - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S bison flex" -- GitLab