We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4444c35 commit 2a3e397Copy full SHA for 2a3e397
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
repository: rbfx/rbfx
38
tag: latest
39
- fileName: rebelfork-sdk-Windows-msvc-dll-x64-latest.zip
+ fileName: rebelfork-sdk-linux-clang-x64-dll-latest.7z
40
extract: true
41
42
- name: Configure
@@ -47,7 +47,7 @@ jobs:
47
-G "Visual Studio 17 2022"
48
-A x64
49
-DBUILD_SHARED_LIBS=ON
50
- -DCMAKE_PREFIX_PATH=${{ github.workspace }}/SDK/share
+ -DCMAKE_PREFIX_PATH=${{ github.workspace }}/rebelfork-sdk-linux-clang-x64-dll-latest/share
51
52
- name: Build
53
run: |
0 commit comments