diff --git a/.github/workflows/build-reuse-unix.yml b/.github/workflows/build-reuse-unix.yml index 6fb69c6503..5f6e79346c 100644 --- a/.github/workflows/build-reuse-unix.yml +++ b/.github/workflows/build-reuse-unix.yml @@ -101,6 +101,7 @@ jobs: if: inputs.plat == 'linux' run: | # this is to fix GIT not liking owner of the checkout dir + echo TAL: $GITHUB_REPOSITORY chown -R $(id -u):$(id -g) $PWD - name: Prepare Machine shell: pwsh