Skip to content

Commit 7fb4bfa

Browse files
authored
Simplify TornadoVM build command
1 parent 8074a2d commit 7fb4bfa

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
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
cd GPULlama3.java/external/tornadovm
5151
source venv/bin/activate
52-
make graal-jdk-21
52+
make
5353
# Verify TornadoVM
5454
tornado --devices
5555

0 commit comments

Comments
 (0)