diff --git a/.github/actions/do_build_sycl_cts/action.yml b/.github/actions/do_build_sycl_cts/action.yml index bd8ea8028..6f0bebc80 100644 --- a/.github/actions/do_build_sycl_cts/action.yml +++ b/.github/actions/do_build_sycl_cts/action.yml @@ -36,13 +36,13 @@ runs: path: install_dpcpp - name: unpackage artifacts # package/unpackage avoids known 'permissions loss' issue - shell: bash - run: | - cd install_dpcpp - tar cf dpcpp.tar - rm dpcpp.tar - echo LISTING - ls -la + shell: bash + run: | + cd install_dpcpp + tar cf dpcpp.tar + rm dpcpp.tar + echo LISTING + ls -la - name: checkout sycl cts uses: actions/checkout@v4