Skip to content

Commit 2a3e397

Browse files
committed
Use 7z SDK.
1 parent 4444c35 commit 2a3e397

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
repository: rbfx/rbfx
3838
tag: latest
39-
fileName: rebelfork-sdk-Windows-msvc-dll-x64-latest.zip
39+
fileName: rebelfork-sdk-linux-clang-x64-dll-latest.7z
4040
extract: true
4141

4242
- name: Configure
@@ -47,7 +47,7 @@ jobs:
4747
-G "Visual Studio 17 2022"
4848
-A x64
4949
-DBUILD_SHARED_LIBS=ON
50-
-DCMAKE_PREFIX_PATH=${{ github.workspace }}/SDK/share
50+
-DCMAKE_PREFIX_PATH=${{ github.workspace }}/rebelfork-sdk-linux-clang-x64-dll-latest/share
5151
5252
- name: Build
5353
run: |

0 commit comments

Comments
 (0)