Skip to content

Commit 8fac98a

Browse files
committed
[CI] Simplify checkout step in build-and-run workflow
1 parent 8830f8e commit 8fac98a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-and-run.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout GPULlama3
22-
- uses: actions/checkout@v4
22+
- name: Checkout repository
23+
uses: actions/checkout@v4
2324
with:
24-
repository: beehive-lab/GPULlama3.java
2525
fetch-depth: 0
26-
git-clone: true # forces git clone instead of archive download
2726

2827
- name: Clone TornadoVM explicitly
2928
run: |

0 commit comments

Comments
 (0)