Skip to content

Commit 8d21725

Browse files
Update workflow to clone TornadoVM from develop branch instead of master.
1 parent 11562df commit 8d21725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Clone TornadoVM explicitly
3434
run: |
35-
git clone --depth 1 --branch master \
35+
git clone --depth 1 --branch develop \
3636
https://github.com/beehive-lab/TornadoVM.git \
3737
GPULlama3.java/external/tornadovm
3838
- name: Set up Python venv for TornadoVM

0 commit comments

Comments
 (0)