chore: update Windows CI
This commit is contained in:
parent
6019c30a37
commit
7ecdb8d5ee
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -56,10 +56,10 @@ jobs:
|
|||
uses: cachix/install-nix-action@v9
|
||||
if: matrix.os != 'windows-latest'
|
||||
- name: Install MSYS2
|
||||
uses: eine/setup-msys2@v0
|
||||
uses: eine/setup-msys2@v1
|
||||
with:
|
||||
update: true
|
||||
install: 'make python mingw-w64-x86_64-cmake mingw-w64-x86_64-clang mingw-w64-x86_64-ccache git diffutils'
|
||||
cache: true
|
||||
install: make python mingw-w64-x86_64-cmake mingw-w64-x86_64-clang mingw-w64-x86_64-ccache git diffutils
|
||||
if: matrix.os == 'windows-latest'
|
||||
- name: Cache
|
||||
uses: actions/cache@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue