From aa4b124fbd73b7d0706031a0c69121975a65b588 Mon Sep 17 00:00:00 2001 From: Dengke Date: Mon, 6 Jan 2025 14:58:36 -0800 Subject: [PATCH] minor updates --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc54c19f..d0eca1a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,13 +77,12 @@ jobs: - name: Install qemu/docker run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: Checkout Sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true # We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages - name: Build ${{ env.PACKAGE_NAME }} run: | - export AWS_CRT_ARCH=armv7 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 ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-alpine-3.16-armv7 build -p ${{ env.PACKAGE_NAME }} @@ -97,7 +96,7 @@ jobs: role-to-assume: ${{ env.CRT_CI_ROLE }} aws-region: ${{ env.AWS_DEFAULT_REGION }} - name: Checkout Sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true # We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages