mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
Yolo
This commit is contained in:
parent
c06d464c65
commit
bff58a0a8a
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Add WASM target
|
||||
run: rustup target add wasm32-wasi
|
||||
- name: Install wasm-opt (binaryen)
|
||||
run: apt install binaryen
|
||||
run: sudo apt-get -y install binaryen
|
||||
- name: Build
|
||||
run: ./build-all.sh --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user