From 23ef23159ac332485a2436b1d43b7e2227ca51ec Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 8 Jan 2023 19:41:33 -0500 Subject: [PATCH] revert windows build libpsl version lock (#729) --- .github/workflows/CI.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f9821dce..970191bc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -885,6 +885,7 @@ 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 @@ -893,18 +894,6 @@ jobs: 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