Skip to content

Commit

Permalink
github: actions: debug-cpp: Fix get absolute path of workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Aug 30, 2024
1 parent 3e356f6 commit 7aed516
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-debug-ccpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Get Host Absolute Workspace Path
run: |
echo "${{ github.workspace }}" >> abs-path
cat abs-path
- name: Build ${{ matrix.project.folder }} Dockerfile
shell: pwsh
env:
Expand Down

0 comments on commit 7aed516

Please sign in to comment.