We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d68680 commit ccb2f3bCopy full SHA for ccb2f3b
.github/workflows/windows_build.yml
@@ -23,12 +23,16 @@ jobs:
23
- name: Checkout Repository
24
uses: actions/checkout@master
25
26
+ - name: Setup vcpkg
27
+ uses: lukka/run-vcpkg@v11
28
+
29
- name: Configure and Build
30
env:
31
FG_TOOLKIT: ${{ matrix.window_toolkit }}
32
run: |
33
mkdir build && cd build
34
cmake `
35
+ -DCMAKE_TOOLCHAIN_FILE:FILEPATH="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake" `
36
-DFG_USE_WINDOW_TOOLKIT:STRING=$Env:FG_TOOLKIT ..
37
cmake --build . --parallel --target ALL_BUILD --config Release
38
cmake --build . --parallel --target INSTALL --config Release
0 commit comments