Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 6, 2024
1 parent 18c6050 commit 5fb9f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ runs:
pushd __prep__
curl -sL ${{ inputs.url-prefix }}/msys2.${{ inputs.use-sodium-vrf == 'true' && 'libsodium-vrf' || 'libsodium' }}.pkg.tar.zstd > libsodium.pkg.tar.zstd
curl -sL ${{ inputs.url-prefix }}/msys2.libsecp256k1.pkg.tar.zstd > libsecp256k1.pkg.tar.zstd
curl -sL ${{ inputs.url-prefix }}/msys2.libblst.pkg.tar.zstd > libblst.pkg.tar.zstd
# curl -sL ${{ inputs.url-prefix }}/msys2.libblst.pkg.tar.zstd > libblst.pkg.tar.zstd
curl -sL https://github.com/input-output-hk/iohk-nix/releases/download/v2.2/msys2.libblst.pkg.tar.zstd > libblst.pkg.tar.zstd
# OpenSSL .pc files are wrong in openssl-3.3.0 https://github.com/openssl/openssl/issues/24298
curl -sL https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-openssl-3.2.1-1-any.pkg.tar.zst > openssl.pkg.tar.zstd
for pkg in *.zstd; do
Expand Down

0 comments on commit 5fb9f98

Please sign in to comment.