mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
appveyor iterate
This commit is contained in:
parent
9210a12e7b
commit
b57ff95527
1 changed files with 5 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -2,9 +2,9 @@ install:
|
|||
- set PATH=C:\msys64\usr\bin;%PATH%
|
||||
- bash -lc "pacman --needed --noconfirm -Syu"
|
||||
- bash -lc "pacman --needed --noconfirm -Sy"
|
||||
- bash -lc "pacman --needed --noconfirm base-devel"
|
||||
- bash -lc "pacman --needed --noconfirm msys2-devel"
|
||||
- bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-toolchain"
|
||||
- bash -lc "pacman --needed --noconfirm mingw-w64-x86_64-pcre"
|
||||
- bash -lc "pacman --needed --noconfirm msys2-runtime"
|
||||
- bash -lc "pacman --noconfirm base-devel"
|
||||
- bash -lc "pacman --noconfirm msys2-devel"
|
||||
- bash -lc "pacman --noconfirm mingw-w64-x86_64-toolchain"
|
||||
- bash -lc "pacman --noconfirm mingw-w64-x86_64-pcre"
|
||||
- bash -lc "pacman --noconfirm msys2-runtime"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue