Skip to content

Commit 3ca5ee9

Browse files
committed
WIP2
1 parent 2db33dc commit 3ca5ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
- name: Add wasm target
162162
run: rustup target add wasm32-unknown-unknown
163163

164-
- name: wasm32 build (iroh-base)
165-
run: cargo build -p iroh-base --all-features --target wasm32-unknown-unknown
164+
- name: wasm32 build
165+
run: cargo build --all-features --target wasm32-unknown-unknown
166166

167167
check_semver:
168168
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)