Skip to content

Commit 571d0e1

Browse files
committed
[CI] Replace Maven build command with Make in build-and-run workflow
1 parent 0dfaef3 commit 571d0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
source venv/bin/activate
5555
echo "=== Building TornadoVM ==="
5656
57-
./mvnw -Pjdk21,opencl-backend -Dtornado.backend=opencl install
57+
make
5858
5959
echo "=== Searching for TornadoVM SDK directory ==="
6060
SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-opencl" | head -n 1)

0 commit comments

Comments
 (0)