Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit b1559fe

Browse files
committed
Make GitHub actions happy, mk. 3
1 parent 5240158 commit b1559fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333

3434
- name: Build
35-
run: docker run --rm -i -e ARCH -v "$PWD":/ws -w /ws "$DOCKER_IMAGE" /bin/bash -xe ./generate-plugin-script.sh
35+
run: docker run --rm -i -e ARCH -u "$(id -u)" -v "$PWD":/ws -w /ws "$DOCKER_IMAGE" /bin/bash -xe ./generate-plugin-script.sh
3636

3737
- name: Archive artifacts
3838
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)