Skip to content

Commit

Permalink
add missing target for rust + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrobeam committed Nov 7, 2024
1 parent e44d82c commit bc86cd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-stellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
if: ${{ needs.check-relevant-changes.outputs.run_tests == 'true' }}
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:

# this sets up nested repos: https://github.com/actions/checkout?tab=readme-ov-file#checkout-multiple-repos-nested
# axelar-contract-deployments
# - axelar-cgp-soroban
#
# future steps depend on this directory structure
- name: Checkout code
uses: actions/checkout@v4

Expand All @@ -56,6 +62,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81.0
targets: wasm32-unknown-unknown

# install binary to avoid lengthy compilation process
- name: Install Stellar CLI
Expand Down

0 comments on commit bc86cd1

Please sign in to comment.