From b4e0f43dfc606dfa51e131b6df71281c8250a00b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 7 Jun 2020 23:59:31 +0200 Subject: [PATCH] Update ccpp.yml --- .github/workflows/ccpp.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 2ab4d5d6f..33b0acf58 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1151,18 +1151,6 @@ jobs: steps: - uses: actions/checkout@v1.2.0 - - name: Add mingw repository - shell: bash - run: zypper -n ar -c -f -n 'repo-mingw' https://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Tumbleweed/ repo-mingw - - - name: Update packages - shell: bash - run: zypper --non-interactive --gpg-auto-import-keys ref - - - name: Install nsis - shell: bash - run: zypper --non-interactive --gpg-auto-import-keys in mingw32-cross-nsis - - name: Create Build Environment shell: bash run: cmake -E make_directory build