Skip to content

Commit ae630ec

Browse files
committed
build-docker-BasicBuilds V2
1 parent c7053bf commit ae630ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
- name: Run BasicBuilds
6565
run: |
6666
docker run --rm umf-ubuntu-20.04 sh -c "
67-
gh workflow run ./.github/workflows/reusable_basic.yml \
67+
apt-get update && apt-get install -y curl gnupg lsb-release && \
68+
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 && \
70+
gh workflow run ./.github/workflows/reusable_basic.yml
6871
"
6972
7073
valgrind:

0 commit comments

Comments
 (0)