aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-20 09:29:47 +0000
committerSaturneric <[email protected]>2021-06-20 09:29:47 +0000
commit3b0786a6ee006e2034df9b7e98ba09e4e2f1282b (patch)
tree3e63fe38973cdad183015c5193572453ffbb721e
parentFix cmake.yml For Windows Build (diff)
downloadGpgFrontend-3b0786a6ee006e2034df9b7e98ba09e4e2f1282b.tar.gz
GpgFrontend-3b0786a6ee006e2034df9b7e98ba09e4e2f1282b.zip
Fix cmake.yml For Windows Build
-rw-r--r--.github/workflows/cmake.yml4
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'