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 20a9fe2 commit 634aea8Copy full SHA for 634aea8
.github/workflows/ci.yml
@@ -118,6 +118,7 @@ jobs:
118
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
119
- name: Build ${{ env.PACKAGE_NAME }}
120
run: |
121
+ aws s3 ls
122
aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
123
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.compiler }}
124
byo-crypto:
0 commit comments