Skip to content

Commit b224e34

Browse files
waahm7graebm
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Michael Graeb <graebm@amazon.com>
1 parent 0998d55 commit b224e34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
# our base Linux image to Ubuntu 22.
8484
extra-build-flag: --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv"
8585
steps:
86-
- uses: aws-actions/configure-aws-credentials@v4
87-
with:
88-
role-to-assume: ${{ env.CRT_CI_ROLE }}
89-
aws-region: ${{ env.AWS_DEFAULT_REGION }}
90-
- name: Build ${{ matrix.variant.name }}
91-
run: |
92-
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
93-
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.variant.name }} ${{ matrix.variant.extra-build-flag }}
86+
- uses: aws-actions/configure-aws-credentials@v4
87+
with:
88+
role-to-assume: ${{ env.CRT_CI_ROLE }}
89+
aws-region: ${{ env.AWS_DEFAULT_REGION }}
90+
- name: Build ${{ env.PACKAGE_NAME }}
91+
run: |
92+
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
93+
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} --compiler=${{ matrix.variant.name }} ${{ matrix.variant.extra-build-flag }}
9494
9595
clang-sanitizers:
9696
runs-on: ubuntu-24.04 # latest

0 commit comments

Comments
 (0)