Update ccpp.yml

This commit is contained in:
Jonas Kvinge 2020-06-07 23:59:31 +02:00 committed by GitHub
parent 783cf7f1b0
commit b4e0f43dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -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