adding rust install
Some checks failed
test and deploy / Build Native (push) Failing after 9m38s
test and deploy / Build WASM (push) Failing after 9m59s
test and deploy / Package Container (push) Has been skipped

This commit is contained in:
Andy Pack 2024-07-19 20:43:41 +01:00
parent f8b98c2789
commit 1063354af5
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -16,6 +16,8 @@ jobs:
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@ -48,6 +50,8 @@ jobs:
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build Binary
run: cargo build
working-directory: ./draught