Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 22, 2024
1 parent 42916f1 commit e0fba4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- rhel8-x64
- al2-x64
steps:
- uses: .github/actions/assume-aws-role
- uses: actions/checkout@v4
- uses: ./.github/actions/assume-aws-role
- name: Build ${{ env.PACKAGE_NAME }}
run: |
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
Expand Down

0 comments on commit e0fba4e

Please sign in to comment.