mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
CI: Replace -o with -OutFile, works around Invoke-WebRequest regression
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -125,7 +125,7 @@ jobs:
|
|||||||
- if: ${{ steps.cache-windows-sdl.outputs.cache-hit != 'true' }}
|
- if: ${{ steps.cache-windows-sdl.outputs.cache-hit != 'true' }}
|
||||||
name: Download SDL if not cached
|
name: Download SDL if not cached
|
||||||
run: |
|
run: |
|
||||||
Invoke-WebRequest "https://github.com/libsdl-org/SDL/releases/download/release-$env:SDL_VERSION/SDL2-devel-$env:SDL_VERSION-VC.zip" -o C:\SDL.zip
|
Invoke-WebRequest "https://github.com/libsdl-org/SDL/releases/download/release-$env:SDL_VERSION/SDL2-devel-$env:SDL_VERSION-VC.zip" -OutFile C:\SDL.zip
|
||||||
Expand-Archive C:\SDL.zip -DestinationPath C:\
|
Expand-Archive C:\SDL.zip -DestinationPath C:\
|
||||||
|
|
||||||
- name: Cache build folder for this CMakeLists.txt
|
- name: Cache build folder for this CMakeLists.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user