diff options
author | Saturneric <[email protected]> | 2021-06-20 09:29:47 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-20 09:29:47 +0000 |
commit | 3b0786a6ee006e2034df9b7e98ba09e4e2f1282b (patch) | |
tree | 3e63fe38973cdad183015c5193572453ffbb721e | |
parent | Fix cmake.yml For Windows Build (diff) | |
download | GpgFrontend-3b0786a6ee006e2034df9b7e98ba09e4e2f1282b.tar.gz GpgFrontend-3b0786a6ee006e2034df9b7e98ba09e4e2f1282b.zip |
Fix cmake.yml For Windows Build
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5ecaad74..143afd94 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,10 +48,6 @@ jobs: - name: Set up Dependence (Windows) shell: msys2 {0} run: | - uname -a - sed -i '1s|^|[staging]\nServer = https://repo.msys2.org/staging/\nSigLevel = Never\n[clang32]\nServer = https://repo.msys2.org/mingw/clang32/\n|' /etc/pacman.conf - pacman --noconfirm -Suuy - pacman --noconfirm -Suu pacman --noconfirm -Syu cmake autoconf automake mingw-w64-x86_64-qt-creator if: matrix.os == 'windows-latest' |