From 5ad38fd9502dab28268f7c1b5f33a3255fcb8253 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Fri, 13 Dec 2024 00:14:46 +0200 Subject: [PATCH] debug --- .github/workflows/build-reuse-unix.yml | 1 + 1 file changed, 1 insertion(+) 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