We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab1c58 commit 5025c97Copy full SHA for 5025c97
.github/workflows/build-and-run.yml
@@ -64,7 +64,7 @@ jobs:
64
make BACKEND=${{ matrix.backend.name }}
65
66
echo "=== Searching for TornadoVM SDK directory ==="
67
- SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-opencl" | head -n 1)
+ SDK_DIR=$(find dist -type d -maxdepth 3 -path "*/tornadovm-*-${{ matrix.backend.name }}" | head -n 1)
68
if [ -z "$SDK_DIR" ]; then
69
echo "::error::Could not locate TornadoVM SDK directory!"
70
find dist -maxdepth 5 -type d
0 commit comments