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 1ac2dcf commit 7d99254Copy full SHA for 7d99254
.github/workflows/ci.yaml
@@ -261,7 +261,7 @@ jobs:
261
- name: Install development tools
262
run: |
263
yum install -y epel-release centos-release-scl
264
- yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync
+ yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
265
266
- name: Install nfpm and envsubst
267
0 commit comments