From 2491d07696072089c41c687f7a4f9df754377460 Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Wed, 4 Dec 2024 17:18:43 +0000 Subject: [PATCH] fix indentation --- .github/actions/do_build_sycl_cts/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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