Skip to content

Commit

Permalink
ci: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 5, 2024
1 parent 6d3d9af commit 14a0ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-compileonly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/checkout@v4
# inside the container, GITHUB_WORKSPACE is something like /__w/... which is not the same as ${{github.workspace}}
- name: Move repository code to expected location
shell: bash
run: |
shopt -s dotglob && mv "$GITHUB_WORKSPACE"/* ${{ github.workspace }}
- name: DEBUG - list
Expand Down

0 comments on commit 14a0ece

Please sign in to comment.