adds correct branch checkout
Interp architectural test suite / Build and test interp backend (push) Successful in 7m40s
Details
Interp architectural test suite / Build and test interp backend (push) Successful in 7m40s
Details
This commit is contained in:
parent
0d5eb6c1ce
commit
538406e9f3
|
@ -7,7 +7,7 @@ jobs:
|
|||
image: git.minres.com/tooling/riscof_sail:latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
run: git clone --recursive https://git.minres.com/TGFS/TGC-ISS.git
|
||||
run: git clone --recursive -b ${{gitea.ref_name}} https://git.minres.com/TGFS/TGC-ISS.git
|
||||
|
||||
- name: Checkout TGC-COMPLIANCE
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue