Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 4, 2024
1 parent 527c2f3 commit 2491d07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/do_build_sycl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2491d07

Please sign in to comment.