mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-09-25 07:20:17 +02:00
Update windows.yml
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
uses: actions/[email protected]
|
uses: actions/[email protected]
|
||||||
|
|
||||||
- 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user