Skip to content

Commit 7c214d7

Browse files
committed
Install missing toolchains
1 parent b161d13 commit 7c214d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
- run: sudo apt update && sudo apt install -y libudev-dev libdbus-1-dev
9090
- run: rustup update
9191
- 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
9294
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.SOROBAN_CLI_REF }}
9395
if: ${{ inputs.SOROBAN_CLI_REF != '' }}
9496
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --branch ${{ inputs.SOROBAN_CLI_BRANCH }}

0 commit comments

Comments
 (0)