We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594aeb5 commit 4444c35Copy full SHA for 4444c35
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
-G "Visual Studio 17 2022"
48
-A x64
49
-DBUILD_SHARED_LIBS=ON
50
- -DREBELFORK_SDK=${{ github.workspace }}/SDK
+ -DCMAKE_PREFIX_PATH=${{ github.workspace }}/SDK/share
51
52
- name: Build
53
run: |
0 commit comments