From e3c1c65d56c72fbd7129abf09cc4dce54b252e33 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Sun, 1 Nov 2020 12:33:09 +0100 Subject: [PATCH] Update ci-windows.yml ci-windows.yml: Remove update step to prevent errors about outdated mirrors --- .github/workflows/ci-windows.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index e79ccab535d..dfd1c72f94c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -12,7 +12,6 @@ jobs: steps: - uses: msys2/setup-msys2@v2 with: - update: true install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++ - uses: actions/checkout@master - name: Build @@ -33,7 +32,6 @@ jobs: steps: - uses: msys2/setup-msys2@v2 with: - update: true install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python - uses: actions/checkout@master - name: Add msbuild to PATH