Skip to content

Commit a15b792

Browse files
committed
build-docker-BasicBuilds V2.2
1 parent ae630ec commit a15b792

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,15 @@ jobs:
6363
6464
- name: Run BasicBuilds
6565
run: |
66-
docker run --rm umf-ubuntu-20.04 sh -c "
67-
apt-get update && apt-get install -y curl gnupg lsb-release && \
66+
docker run --rm \
67+
--user root \
68+
umf-ubuntu-20.04 \
69+
bash -c "
70+
apt-get update &&
71+
apt-get install -y curl gnupg lsb-release && \
6872
curl -fsSL https://cli.github.com/packages/githubcli.repo | tee /etc/apt/sources.list.d/github-cli.list && \
69-
apt-get update && apt-get install gh && \
73+
apt-get update && \
74+
apt-get install gh && \
7075
gh workflow run ./.github/workflows/reusable_basic.yml
7176
"
7277

0 commit comments

Comments
 (0)