build: Add rust toolchain to release web

pull/1976/head rc2.0.0-6
Christian Kußowski 2 months ago
parent 94013fb2c6
commit c7cf12287d
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -26,6 +26,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install nodejs -y
- uses: moonrepo/setup-rust@v1
- run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- run: flutter pub get
- name: Prepare web
run: ./scripts/prepare-web.sh

Loading…
Cancel
Save