windows: pin libpsl version (#669)
This commit is contained in:
parent
97b1790d0c
commit
cfe7129100
1 changed files with 13 additions and 1 deletions
14
.github/workflows/CI.yml
vendored
14
.github/workflows/CI.yml
vendored
|
|
@ -885,14 +885,26 @@ jobs:
|
|||
mingw-w64-x86_64-binutils
|
||||
mingw-w64-x86_64-boost
|
||||
mingw-w64-x86_64-cmake
|
||||
mingw-w64-x86_64-curl
|
||||
mingw-w64-x86_64-nsis
|
||||
mingw-w64-x86_64-openssl
|
||||
mingw-w64-x86_64-opus
|
||||
mingw-w64-x86_64-toolchain
|
||||
nasm
|
||||
wget
|
||||
yasm
|
||||
|
||||
- name: pin libpsl
|
||||
# libpsl is pinned until https://github.com/msys2/MINGW-packages/issues/14882 is resolved
|
||||
# wget above is only necessary for this step
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
# manually download and install libpsl
|
||||
wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libpsl-0.21.1-4-any.pkg.tar.zst
|
||||
pacman --noconfirm -U mingw-w64-x86_64-libpsl-0.21.1-4-any.pkg.tar.zst
|
||||
|
||||
# install curl
|
||||
pacman --noconfirm -S mingw-w64-x86_64-curl
|
||||
|
||||
- name: Install npm packages
|
||||
run: |
|
||||
npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue