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 48f9d4f commit c1c40b5Copy full SHA for c1c40b5
.github/workflows/ci.yml
@@ -146,7 +146,8 @@ jobs:
146
run: src/ci/scripts/install-awscli.sh
147
148
- if: contains(matrix.os, 'codebuild-ubuntu')
149
- run: src/ci/scripts/ubuntu-codebuild.sh
+ name: Install sotftware for codebuild
150
+ run: chmod +x src/ci/scripts/ubuntu-codebuild.sh && ./src/ci/scripts/ubuntu-codebuild.sh
151
152
- name: install sccache
153
run: src/ci/scripts/install-sccache.sh
0 commit comments