diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:08:06 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:08:06 -0500 |
| commit | 627bcfbaade5b863ac1571477a2f501753240504 (patch) | |
| tree | 2ce6cde626bca379a6113610cec33e6ffd096e69 | |
| parent | a6f21ca4bd88f87a9167b40ecb53374db969be60 (diff) | |
| parent | c783de1b8428c9953b6728a5636e201c6d8ce0ab (diff) | |
| download | monzero-core-627bcfbaade5b863ac1571477a2f501753240504.tar.gz monzero-core-627bcfbaade5b863ac1571477a2f501753240504.tar.xz monzero-core-627bcfbaade5b863ac1571477a2f501753240504.zip | |
Merge pull request #9624
c783de1 ci: msys2: pin boost to 1.86.0 (tobtoht)
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c1e381c0..7ad97e106 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,13 @@ jobs: with: update: true install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-ccache mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb mingw-w64-x86_64-unbound git + - shell: msys2 {0} + run: | + curl -O https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.86.0-7-any.pkg.tar.zst + echo "3e84674b4d2b3ab82f4d5e22bcc2015fa139b6fd936c55d6b71f89a72a1ee0a2 mingw-w64-x86_64-boost-1.86.0-7-any.pkg.tar.zst" | sha256sum -c + curl -O https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-libs-1.86.0-7-any.pkg.tar.zst + echo "4cb1d1066fffa6a5788b212ccb920c6d8cc93a8ecbbc633565bfc9b2ebc6feb5 mingw-w64-x86_64-boost-libs-1.86.0-7-any.pkg.tar.zst" | sha256sum -c + pacman --noconfirm -U mingw-w64-x86_64-boost-1.86.0-7-any.pkg.tar.zst mingw-w64-x86_64-boost-libs-1.86.0-7-any.pkg.tar.zst - name: build run: | ${{env.CCACHE_SETTINGS}} |
