Skip to content

Commit 3191ea2

Browse files
committed
Use 7z SDK.
1 parent cf47e95 commit 3191ea2

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
with:
3434
repository: rbfx/rbfx
3535
tag: latest
36-
fileName: rebelfork-sdk-Windows-msvc-dll-x64-latest.zip
37-
extract: true
36+
fileName: rebelfork-sdk-windows-msvc-x64-dll-latest.7z
37+
38+
- name: Extract SDK 7z
39+
shell: bash
40+
working-directory: ${{ github.workspace }}
41+
run: 7z x rebelfork-sdk-windows-msvc-x64-dll-latest.7z -y '-o${{ github.workspace }}'
3842

3943
- name: Configure
4044
run: >
@@ -44,7 +48,7 @@ jobs:
4448
-G "Visual Studio 17 2022"
4549
-A x64
4650
-DBUILD_SHARED_LIBS=ON
47-
-DCMAKE_PREFIX_PATH=${{ github.workspace }}/SDK/share
51+
-DCMAKE_PREFIX_PATH=${{ github.workspace }}/rebelfork-sdk-windows-msvc-x64-dll-latest/share
4852
4953
- name: Build
5054
run: |

0 commit comments

Comments
 (0)