mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-07-24 05:24:19 +02:00
Update windows.yml
This commit is contained in:
parent
1bb3a34d66
commit
05de56b178
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.2.2
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Cache TDM-GCC
|
- name: Cache TDM-GCC
|
||||||
|
id: cache-gcc
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@ -21,6 +22,7 @@ jobs:
|
|||||||
key: TDM-GCC-10.3.0
|
key: TDM-GCC-10.3.0
|
||||||
|
|
||||||
- name: Setup TDM-GCC
|
- name: Setup TDM-GCC
|
||||||
|
if: steps.cache-gcc.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
Write-Host Downloading TDM-GCC v10.3.0...
|
Write-Host Downloading TDM-GCC v10.3.0...
|
||||||
Invoke-WebRequest -Uri 'https://github.com/jmeubank/tdm-gcc/releases/download/v10.3.0-tdm64-2/tdm64-gcc-10.3.0-2.exe' -OutFile 'C:\Windows\temp\TDM-GCC-64.exe'
|
Invoke-WebRequest -Uri 'https://github.com/jmeubank/tdm-gcc/releases/download/v10.3.0-tdm64-2/tdm64-gcc-10.3.0-2.exe' -OutFile 'C:\Windows\temp\TDM-GCC-64.exe'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user