Skip to content

Commit 6872133

Browse files
committed
delete:not use action
1 parent 212dcfc commit 6872133

File tree

2 files changed

+2
-97
lines changed

2 files changed

+2
-97
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
run: |
3939
cd vcpkg
4040
./bootstrap-vcpkg.bat
41-
./vcpkg.exe install lua:x86-windows sdl2:x86-windows
41+
./vcpkg.exe install sdl2:x86-windows
4242
./vcpkg.exe integrate install
4343
shell: pwsh
4444
- name: vcpkg install (x64)
4545
if: matrix.platform == 'x64'
4646
run: |
4747
cd vcpkg
4848
./bootstrap-vcpkg.bat
49-
./vcpkg.exe install lua:x86-windows sdl2:x64-windows
49+
./vcpkg.exe install sdl2:x64-windows
5050
./vcpkg.exe integrate install
5151
shell: pwsh
5252

.github/workflows/release.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)