Skip to content

Commit 3151f50

Browse files
committed
debug
1 parent 3f76811 commit 3151f50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
defaults:
6464
run:
6565
shell: bash
66+
working-directory: "${{ github.workspace }}"
6667
outputs:
6768
artifact-name: ${{ steps.upload.outputs.name }}
6869
artifact-link: ${{ steps.upload.outputs.link }}
@@ -80,7 +81,7 @@ jobs:
8081
# in the product.txt
8182
fetch-depth: 0
8283
- name: Set safe directory (since container is root and not user 1001)
83-
run: git config --global --add safe.directory ${{ github.workspace }}
84+
run: pwd && git config --global --add safe.directory ${{ github.workspace }}
8485
- name: Build everything
8586
run: cd "${{ github.workspace }}" && ./doit.sh -n 4 --verbosity 2 --failure-verbosity 2
8687
- name: Prepare artifacts

0 commit comments

Comments
 (0)