Skip to content

Commit

Permalink
more perms
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 4, 2024
1 parent 3120cca commit c6019a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ jobs:
compiler: [gcc-8, clang-9]
std: [c++11, c++14, c++17, c++2a]
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Checkout Source
uses: actions/checkout@v4

Expand Down Expand Up @@ -293,7 +297,7 @@ jobs:
- musllinux-1-1-x64

needs: package
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit c6019a3

Please sign in to comment.