Skip to content

Commit 8830f8e

Browse files
committed
[CI] Remove unused PATH env configuration from build-and-run workflow
1 parent 81e9fee commit 8830f8e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

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

2020
steps:
2121
- name: Checkout GPULlama3
22-
uses: actions/checkout@v4
22+
- uses: actions/checkout@v4
2323
with:
24+
repository: beehive-lab/GPULlama3.java
2425
fetch-depth: 0
25-
submodules: false
26+
git-clone: true # forces git clone instead of archive download
2627

2728
- name: Clone TornadoVM explicitly
2829
run: |

0 commit comments

Comments
 (0)