Update cmake-windows.yml

This commit is contained in:
RedxLus 2021-02-12 22:54:13 +01:00 committed by GitHub
parent dd720287fc
commit 585afcb9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ jobs:
- shell: msys2 {0} - shell: msys2 {0}
run: | run: |
pacman -Syu --noconfirm # pacman -Syu --noconfirm
pacman -S mingw-w64-x86_64-gcc git make unzip zip --noconfirm pacman -S mingw-w64-x86_64-gcc git make unzip zip --noconfirm
- name: Download the latest release of the dependencies. - name: Download the latest release of the dependencies.