We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42b12d commit db05569Copy full SHA for db05569
.github/workflows/main.yml
@@ -62,11 +62,10 @@ jobs:
62
63
- name: Setup
64
uses: lukka/run-vcpkg@v11
65
- id: runvcpkg
+ env:
66
+ VCPKG_DEFAULT_TRIPLET: x64-windows-static
67
with:
68
vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
- vcpkgTriplet: 'x64-windows-static'
69
- vcpkgArguments: 'sdl2 sdl2-net sdl2-mixer sdl2-image lua sqlite3 box2d'
70
71
- name: Build
72
run: |
vcpkg.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "buildeploy",
3
+ "version-string": "latest",
4
+ "dependencies": [
5
+ "sdl2",
6
+ "sdl2-net",
7
+ "sdl2-mixer",
8
+ "sdl2-image",
9
+ " lua",
10
+ "sqlite3",
11
+ "box2d"
12
+ ]
13
+}
0 commit comments