diff options
author | Saturneric <[email protected]> | 2021-06-20 09:12:24 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-20 09:12:24 +0000 |
commit | 1b0527b211d994b64bae39c4bafb51027d1ce83f (patch) | |
tree | 513b2b0ce3ee64884c0da6441d9128a15688b7ef | |
parent | Update cmake.yml (diff) | |
download | GpgFrontend-1b0527b211d994b64bae39c4bafb51027d1ce83f.tar.gz GpgFrontend-1b0527b211d994b64bae39c4bafb51027d1ce83f.zip |
Fix cmake.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cmake.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 032d44ba..fd176f11 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,11 +38,14 @@ jobs: uses: jurplel/install-qt-action@v2 if: matrix.os == 'ubuntu-latest' - - name: Set up MinGW and QT5 (Windows) + - name: Set up MinGW (Windows) uses: msys2/setup-msys2@v2 with: install: git msys2-devel base-devel binutils pactoys-git mercurial cvs wget p7zip perl ruby python2 mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain update: true + if: matrix.os == 'windows-latest' + + - name: Set up Dependence (Windows) shell: msys2 {0} run: | uname -a |