Skip to content

Commit e3a6934

Browse files
committed
debug the workflow
1 parent 038d8bc commit e3a6934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-mac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Make and install Skaffold binary from current PR
3131
run: |
3232
docker run --rm \
33+
--user=$(whoami)
3334
--mount type=bind,source=${PWD},target=/skaffold \
3435
-w /skaffold golang:1.23.4 /bin/bash -c " \
3536
echo ${{ matrix.platforms }} > ${{matrix.platforms}}.txt "

0 commit comments

Comments
 (0)