File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 3333 $env:VCPKG_ROOT = $env:VCPKG_INSTALLATION_ROOT
3434 cd $env:VCPKG_INSTALLATION_ROOT
3535 git pull -q
36- C:/msys64/usr/bin/patch.exe -p1 -N --no-backup-if-mismatch -i $env:GITHUB_WORKSPACE/bootstrap-06-22.patch
3736 ./bootstrap-vcpkg.bat
3837 echo "`n———————————— ./vcpkg list ————————————"
3938 ./vcpkg list
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ def add_ri2_key
5656 end
5757
5858 def openssl_downgrade
59- pkg_name = "openssl-1.1.1.s-1-any.pkg.tar.zst"
59+ add_ri2_key
60+
61+ pkg_name = "openssl-1.1.1.t-1-any.pkg.tar.zst"
6062 pkg = "https://github.com/ruby/setup-msys2-gcc/releases/download/msys2-packages/#{ PKG_PRE } #{ pkg_name } "
6163 pkg_sig = "#{ pkg } .sig"
6264
You can’t perform that action at this time.
0 commit comments