Skip to content

Commit 9d98b30

Browse files
authored
Reorder PATH export and directory change for TornadoVM
Fixed the order of PATH export and directory change for building TornadoVM.
1 parent 754cb7d commit 9d98b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ jobs:
4747
4848
- name: Build TornadoVM
4949
run: |
50+
export PATH=$TORNADO_SDK/bin:$PATH
5051
cd GPULlama3.java/external/tornadovm
5152
source venv/bin/activate
5253
make
53-
export PATH=$TORNADO_SDK/bin:$PATH
5454
# Verify TornadoVM
5555
tornado --devices
5656
5757
- name: Build GPULlama3
5858
run: |
59-
cd GPULlama3.java
59+
cd ../../
6060
make
6161
6262
- name: Run llama-tornado test prompt

0 commit comments

Comments
 (0)