We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212dcfc commit 6872133Copy full SHA for 6872133
.github/workflows/msbuild.yml
@@ -38,15 +38,15 @@ jobs:
38
run: |
39
cd vcpkg
40
./bootstrap-vcpkg.bat
41
- ./vcpkg.exe install lua:x86-windows sdl2:x86-windows
+ ./vcpkg.exe install sdl2:x86-windows
42
./vcpkg.exe integrate install
43
shell: pwsh
44
- name: vcpkg install (x64)
45
if: matrix.platform == 'x64'
46
47
48
49
- ./vcpkg.exe install lua:x86-windows sdl2:x64-windows
+ ./vcpkg.exe install sdl2:x64-windows
50
51
52
.github/workflows/release.yml
0 commit comments