Browse Source

Don't bother upgrading the whole system in AppVeyor

Just make and git should be enough
Loïc Hoguin 9 years ago
parent
commit
419d3c2703
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -1,6 +1,6 @@
 build_script:
 - cd C:\
-- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Syu"
+- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make"
 test_script:
 - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make -k check"