We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b161d13 commit 7c214d7Copy full SHA for 7c214d7
.github/workflows/main.yml
@@ -89,6 +89,8 @@ jobs:
89
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev
90
- run: rustup update
91
- run: rustup show active-toolchain || rustup toolchain install
92
+ - run: rustup toolchain install 1.81-x86_64-unknown-linux-gnu
93
+ - run: rustup target add wasm32-unknown-unknown
94
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.SOROBAN_CLI_REF }}
95
if: ${{ inputs.SOROBAN_CLI_REF != '' }}
96
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --branch ${{ inputs.SOROBAN_CLI_BRANCH }}
0 commit comments