From 7ecdb8d5eeef8e22f1093b2e3a6ff320e2638b38 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sun, 7 Jun 2020 12:02:12 +0200 Subject: [PATCH] chore: update Windows CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3eb3b4eb14..d39d63e12d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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