ci: progress towards building on windows again

This commit is contained in:
2024-02-10 15:08:27 -06:00
parent 66192daf6c
commit faec9c67cc
2 changed files with 34 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
paths:
- "**.zig"
- "dl_sdl2.ps1"
branches:
- main
schedule:
@@ -29,9 +30,8 @@ jobs:
- name: prepare-windows
if: runner.os == 'Windows'
run: |
vcpkg integrate install
vcpkg install sdl2:x64-windows
git config --global core.autocrlf false
.\dl_sdl2.ps1
- name: prepare-macos
if: runner.os == 'macOS'
run: |