mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 01:29:43 +01:00
Merge branch 'master' of https://github.com/TerryCavanagh/VVVVVV
This commit is contained in:
commit
b67ceb2c0f
1 changed files with 1 additions and 1 deletions
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' }}
|
||||
name: Download SDL if not cached
|
||||
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:\
|
||||
|
||||
- name: Cache build folder for this CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue