adding rust install
This commit is contained in:
parent
f8b98c2789
commit
1063354af5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user