We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7053bf commit ae630ecCopy full SHA for ae630ec
.github/workflows/nightly.yml
@@ -64,7 +64,10 @@ jobs:
64
- name: Run BasicBuilds
65
run: |
66
docker run --rm umf-ubuntu-20.04 sh -c "
67
- gh workflow run ./.github/workflows/reusable_basic.yml \
+ 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
71
"
72
73
valgrind:
0 commit comments