adds correct branch checkout
Interp architectural test suite / Build and test interp backend (push) Successful in 7m40s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-03-24 15:49:59 +01:00
parent 0d5eb6c1ce
commit 538406e9f3
1 changed files with 1 additions and 1 deletions

View File

@ -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: |