Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Feb 28, 2024
1 parent 9e85c27 commit 91e4fc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ jobs:
job_one:
runs-on: ubuntu-latest
steps:
- name: grab main project
uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/../../

- run: |
env | sort
pwd
ls -la
tree -L 2
Expand Down

0 comments on commit 91e4fc0

Please sign in to comment.