Skip to content

Commit 758924a

Browse files
committed
branch is devel, not develop...
1 parent b530f12 commit 758924a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-CQ-SimBE.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ jobs:
2424
cd ${{ env.DEPENDENCY_DIR }}
2525
git clone https://github.com/QuEST-Kit/QuEST.git
2626
cd QuEST
27-
git checkout -b develop origin/develop
27+
git fetch
28+
git checkout -b devel origin/devel
2829
2930
- name: Checkout Unity
3031
run: |
3132
cd ${{ env.DEPENDENCY_DIR }}
3233
git clone https://github.com/ThrowTheSwitch/Unity.git
3334
cd Unity
35+
git fetch
3436
git checkout -b v2.6.1 tags/v2.6.1
3537
3638
- name: Upload QuEST Source

0 commit comments

Comments
 (0)