fix/gh action file
This commit is contained in:
parent
848931a0c8
commit
cfbf9742d9
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -12,6 +12,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Install wasm32-unknown-unknown target
|
||||
- name: Install wasm32-unknown-unknown target
|
||||
run: rustup target add wasm32-unknown-unknown
|
||||
|
||||
# Build frontend
|
||||
- name: Install trunk
|
||||
run: cargo install --locked trunk
|
||||
|
Loading…
x
Reference in New Issue
Block a user