There was an error while loading. Please reload this page.
1 parent b530f12 commit 758924aCopy full SHA for 758924a
1 file changed
.github/workflows/test-CQ-SimBE.yml
@@ -24,13 +24,15 @@ jobs:
24
cd ${{ env.DEPENDENCY_DIR }}
25
git clone https://github.com/QuEST-Kit/QuEST.git
26
cd QuEST
27
- git checkout -b develop origin/develop
+ git fetch
28
+ git checkout -b devel origin/devel
29
30
- name: Checkout Unity
31
run: |
32
33
git clone https://github.com/ThrowTheSwitch/Unity.git
34
cd Unity
35
36
git checkout -b v2.6.1 tags/v2.6.1
37
38
- name: Upload QuEST Source
0 commit comments