diff options
| author | selsta <selsta@sent.at> | 2020-11-05 00:32:16 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-11-05 00:32:16 +0100 |
| commit | be177d6205f09bee2f6bf69351178682cfeb4083 (patch) | |
| tree | d0177139e5240efe92510609cb721b710fe99347 /.github/workflows/build.yml | |
| parent | 04429e85e6ccedee455eaf3b3b50fbecc6d9a083 (diff) | |
| download | monzero-gui-be177d6205f09bee2f6bf69351178682cfeb4083.tar.gz monzero-gui-be177d6205f09bee2f6bf69351178682cfeb4083.tar.xz monzero-gui-be177d6205f09bee2f6bf69351178682cfeb4083.zip | |
workflows: bump msys2 action to v2
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c9c5599..ed29b9e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: eine/setup-msys2@v1 + - uses: eine/setup-msys2@v2 with: update: true install: 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 mingw-w64-x86_64-qt5 mingw-w64-x86_64-libgcrypt |
