mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Windows] Define mingw 8.1.0 (#2431)
* install the latest version
* Revert "install the latest version"
This reverts commit ddf40964b5.
* define mingw 8.1.0 version
This commit is contained in:
committed by
GitHub
parent
ada08c2507
commit
e508e876f7
@@ -3,7 +3,7 @@
|
||||
## Desc: Install GNU tools for Windows
|
||||
################################################################################
|
||||
|
||||
Choco-Install -PackageName mingw
|
||||
Choco-Install -PackageName mingw -ArgumentList "--version=8.1.0"
|
||||
|
||||
# Make a copy of mingw32-make.exe to make.exe, which is a more discoverable name
|
||||
# and so the same command line can be used on Windows as on macOS and Linux
|
||||
|
||||
Reference in New Issue
Block a user