From 669a42a9d577c5bb584d2e6824fa502182df960f Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Thu, 19 Dec 2024 16:40:22 +0000 Subject: [PATCH] First --- .github/actions/run_opencl_cts/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/run_opencl_cts/action.yml b/.github/actions/run_opencl_cts/action.yml index feb0c5da6..33f478273 100644 --- a/.github/actions/run_opencl_cts/action.yml +++ b/.github/actions/run_opencl_cts/action.yml @@ -20,3 +20,5 @@ runs: CTS_PROFILE: -p qemu --qemu '/usr/bin/qemu-aarch64 -L /usr/aarch64-linux-gnu' run: | echo CTS_PROFILE IS $CTS_PROFILE + set -x + echo CTS_PROFILE IS $CTS_PROFILE