Skip to content

Commit 4704510

Browse files
style(reorg): merge plugin repos and start the mosaic -> zellij transition
Major Repo Reorganisation
2 parents 14783c2 + d28b66a commit 4704510

File tree

1,447 files changed

+4623
-38970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,447 files changed

+4623
-38970
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19+
- name: Add WASM target
20+
run: rustup target add wasm32-wasi
1921
- name: Build
2022
run: cargo build --verbose
2123
- name: Run tests
@@ -46,6 +48,8 @@ jobs:
4648
with:
4749
toolchain: stable
4850
components: clippy
51+
- name: Add WASM target
52+
run: rustup target add wasm32-wasi
4953
- uses: actions-rs/cargo@v1
5054
with:
5155
command: clippy

0 commit comments

Comments
 (0)