Skip to content

Commit

Permalink
CI branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Oct 15, 2024
1 parent 1cb3459 commit b1743ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
repository: 'GeniusVentures/thirdparty'
path: 'thirdparty'
submodules: 'recursive'
ref: develop
ref: fix-crypto3-for-sgns

- name: Thirdparty Create Build Directory
run: cmake -E make_directory ${{github.workspace}}/thirdparty/build/Linux/Release
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
repository: 'GeniusVentures/thirdparty'
path: 'thirdparty'
submodules: 'recursive'
ref: develop
ref: fix-crypto3-for-sgns

- name: Thirdparty Create Build Directory
run: cmake -E make_directory ${{github.workspace}}/thirdparty/build/Android/Release/arm64-v8a
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
repository: 'GeniusVentures/thirdparty'
path: 'thirdparty'
submodules: 'recursive'
ref: develop
ref: fix-crypto3-for-sgns

- name: Thirdparty Create Build Directory
run: cmake -E make_directory ${{github.workspace}}/thirdparty/build/OSX/Release
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
repository: 'GeniusVentures/thirdparty'
path: 'thirdparty'
submodules: 'recursive'
ref: develop
ref: fix-crypto3-for-sgns

- name: Thirdparty Create Build Directory
run: cmake -E make_directory ${{github.workspace}}/thirdparty/build/iOS/Release
Expand Down

0 comments on commit b1743ec

Please sign in to comment.