mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
Minor fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
################################################################################
|
||||
## File: Validate-MSYS2.ps1
|
||||
## Desc: Validate MSYS2
|
||||
## File: Validate-Msys2.ps1
|
||||
## Desc: Validate Msys2
|
||||
################################################################################
|
||||
|
||||
if (Get-Command -Name 'gcc')
|
||||
@@ -36,7 +36,7 @@ else
|
||||
exit 1
|
||||
}
|
||||
|
||||
Adding description of the software to Markdown
|
||||
# Adding description of the software to Markdown
|
||||
|
||||
# `gcc --version` gives output like:
|
||||
# gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0
|
||||
|
||||
Reference in New Issue
Block a user