From 765e09e3c4d8114c9bebc23a2705ce41eb681f1f Mon Sep 17 00:00:00 2001 From: Ulrich Hornung Date: Sat, 30 Mar 2024 18:33:05 +0100 Subject: [PATCH] don't upgrade packages - msys2-runtime upgrade fails in CI --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f61b49ea2..b191b41d3 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -624,7 +624,7 @@ jobs: ;; # Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368 x86_64-pc-windows-gnu) - C:/msys64/usr/bin/pacman.exe -Syu --needed mingw-w64-x86_64-gcc --noconfirm + C:/msys64/usr/bin/pacman.exe -Sy --needed mingw-w64-x86_64-gcc --noconfirm echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH ;; esac @@ -998,7 +998,7 @@ jobs: esac case '${{ matrix.job.os }}' in # Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368 - windows-latest) C:/msys64/usr/bin/pacman.exe -Syu --needed mingw-w64-x86_64-gcc --noconfirm ; echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH ;; + windows-latest) C:/msys64/usr/bin/pacman.exe -Sy --needed mingw-w64-x86_64-gcc --noconfirm ; echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH ;; esac - name: Initialize toolchain-dependent workflow variables id: dep_vars