build: Add rust toolchain to release web

This commit is contained in:
Christian Kußowski 2025-06-20 12:11:50 +02:00
parent 94013fb2c6
commit c7cf12287d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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