Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Dec 19, 2023
1 parent c5774ba commit 2635bf1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::567805100031:role/github-runner-tract-ci
aws-region: us-east-2

- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -71,6 +77,9 @@ jobs:
- aarch64-apple-darwin

runs-on: macOS-latest
permissions:
id-token: write
contents: read

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2635bf1

Please sign in to comment.