diff options
author | selsta <selsta@sent.at> | 2020-11-05 01:26:19 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-11-05 01:26:19 +0100 |
commit | 9f83fe3940dbf1713f87a041c6b8f0bc3b5e8146 (patch) | |
tree | 4e6b2aed106b69a5782aafcdc3c5874c044734ec /.github/workflows | |
parent | Merge pull request #6891 (diff) | |
download | monero-9f83fe3940dbf1713f87a041c6b8f0bc3b5e8146.tar.xz |
workflows: bump msys2 action to v2
Diffstat (limited to '.github/workflows')
-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 8bc1d6498..bd8594996 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,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 |