Skip to content

Commit

Permalink
appveyor.yml: Fix MSYS2 pacman install. Don't use the latest version.
Browse files Browse the repository at this point in the history
Issue: msys2/MSYS2-packages#1967

Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed May 21, 2020
1 parent 3962ca3 commit 7d93ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install:
- sh: docker version

build_script:
- cmd: C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy pacman"
- cmd: C:\msys64\usr\bin\bash -lc "pacman --noconfirm -U http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz"
- cmd: C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
- cmd: set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5"
- cmd: "%BUILD_DEPS_CMD%"
Expand Down

0 comments on commit 7d93ee3

Please sign in to comment.