Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneko authored Nov 17, 2023
1 parent 7e268f5 commit a8248eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
# common settings
CMAKE_VERSION: 3.21.x
# paths
ci_native_sdk_name: rebelfork-sdk-Linux-clang-rel-dll-x64-latest.zip
ci_source_dir: ${{ github.workspace }}/source-code
ci_build_script: ./source-code/Script/ci_build.sh
ci_build_dir: ${{ github.workspace }}/cmake-build
Expand Down Expand Up @@ -66,8 +67,12 @@ jobs:
with:
repository: rbfx/rbfx
tag: latest
fileName: rebelfork-sdk-Linux-clang-rel-dll-x64-latest.tar.gz
extract: true
fileName: ${{ env.ci_native_sdk_name }}

- name: Unzip native SDK
run: |
cd ${{ github.workspace }}
unzip ${{ env.ci_native_sdk_name }}
- name: Setup cmake
uses: jwlawson/[email protected]
Expand Down

0 comments on commit a8248eb

Please sign in to comment.