Skip to content

Commit

Permalink
configure AWS in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Nov 23, 2023
1 parent 620aa81 commit 98eb562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multichain-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Configure AWS
run: aws configure set region us-east-1

- name: Compile Contract
run: cargo build -p mpc-contract --target wasm32-unknown-unknown --release

Expand Down

0 comments on commit 98eb562

Please sign in to comment.