mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #6153 from cre4ture/fix/windows_ci_by_not_upgrading_all_packages
don't upgrade packages - msys2-runtime upgrade fails in CI
This commit is contained in:
commit
393feaf890
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
@ -624,7 +624,7 @@ jobs:
|
||||||
;;
|
;;
|
||||||
# Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368
|
# Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368
|
||||||
x86_64-pc-windows-gnu)
|
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
|
echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -998,7 +998,7 @@ jobs:
|
||||||
esac
|
esac
|
||||||
case '${{ matrix.job.os }}' in
|
case '${{ matrix.job.os }}' in
|
||||||
# Update binutils if MinGW due to https://github.com/rust-lang/rust/issues/112368
|
# 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
|
esac
|
||||||
- name: Initialize toolchain-dependent workflow variables
|
- name: Initialize toolchain-dependent workflow variables
|
||||||
id: dep_vars
|
id: dep_vars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue