[skip e2e] Lock msys package's versions (#17414)

Signed-off-by: Ji Bin <matrixji@live.com>
This commit is contained in:
Ji Bin 2022-06-07 19:56:05 +08:00 committed by GitHub
parent f31be941bb
commit 572cd0277f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View File

@ -176,7 +176,7 @@ jobs:
key: ${{ runner.os }}-ccache-${{ hashFiles('internal/core/**') }}
restore-keys: ${{ runner.os }}-ccache-
- name: Configure Toolchain
uses: msys2/setup-msys2@v2
uses: msys2/setup-msys2@v2.10.3
with:
msystem: mingw64
- name: Install Deps

View File

@ -20,12 +20,9 @@ pacman -S --noconfirm --needed \
mingw-w64-x86_64-clang-tools-extra \
mingw-w64-x86_64-python2 \
mingw-w64-x86_64-diffutils \
mingw-w64-x86_64-arrow
# workaround for install older packages
pacman -U --noconfirm \
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-go-1.17-1-any.pkg.tar.zst \
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-rocksdb-6.26.1-1-any.pkg.tar.zst
mingw-w64-x86_64-arrow \
mingw-w64-x86_64-go \
mingw-w64-x86_64-rocksdb
# dummy empty dl, TODO: remove later