mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-29 10:09:59 +00:00
desktop (windows): fix action (#3479)
This commit is contained in:
committed by
GitHub
parent
8cc0954430
commit
f31054de4f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -262,7 +262,7 @@ jobs:
|
||||
# rm -rf dist-newstyle/src/direct-sq* is here because of the bug in cabal's dependency which prevents second build from finishing
|
||||
|
||||
- name: 'Setup MSYS2'
|
||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
||||
if: matrix.os == 'windows-latest'
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: ucrt64
|
||||
|
||||
Reference in New Issue
Block a user