Skip to content

Commit 5025c97

Browse files
committed
[CI] Update SDK directory path to use dynamic backend name in build-and-run workflow
1 parent cab1c58 commit 5025c97

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
@@ -64,7 +64,7 @@ jobs:
6464
make BACKEND=${{ matrix.backend.name }}
6565
6666
echo "=== Searching for TornadoVM SDK directory ==="
67-
SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-opencl" | head -n 1)
67+
SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-${{ matrix.backend.name }}" | head -n 1)
6868
if [ -z "$SDK_DIR" ]; then
6969
echo "::error::Could not locate TornadoVM SDK directory!"
7070
find dist -maxdepth 5 -type d

0 commit comments

Comments
 (0)