diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-05-28 12:53:58 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-28 12:53:58 -0500 |
| commit | 7e78da7772d59aa65e8e5a8c16d019217c2ac870 (patch) | |
| tree | 7e5554c81330fd33a62572f548c47f69067276b2 /.github/workflows | |
| parent | d6d4a03b8599df3975eb351365273916b3d2f594 (diff) | |
| parent | 2314dae8c88d12293064b9c8359c423dc5cd5940 (diff) | |
| download | monzero-core-7e78da7772d59aa65e8e5a8c16d019217c2ac870.tar.gz monzero-core-7e78da7772d59aa65e8e5a8c16d019217c2ac870.tar.xz monzero-core-7e78da7772d59aa65e8e5a8c16d019217c2ac870.zip | |
Merge pull request #6582
2314dae workflows: fix windows build (selsta)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d506d817..aaad0c3a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,9 +20,9 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: numworks/setup-msys2@v1 - - name: update pacman - run: msys2do pacman -Syu --noconfirm + - uses: eine/setup-msys2@v0 + with: + update: true - name: install monero dependencies run: msys2do pacman -S --noconfirm mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake 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 git - name: build |
