Skip to content

Commit 082cda0

Browse files
committed
fix: update allowed_signers key, use wasm-pack build in CI
1 parent dac0188 commit 082cda0

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.auths/allowed_signers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bordumbb@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFULjBhc8LYqybpW+IUwW9/QhrNsu5eUlHjpl0xbWZhd main
1+
bordumbb@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEDeaOmUEcUjzChUedAsPyDO4mnjIa8j92fD9rGpuZd0 main

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
restore-keys: ${{ runner.os }}-msrv-
109109
- run: cargo check --workspace
110110
wasm:
111-
name: WASM check (auths-verifier)
111+
name: WASM build (auths-verifier)
112112
runs-on: ubuntu-latest
113113
steps:
114114
- uses: actions/checkout@v4
@@ -123,6 +123,8 @@ jobs:
123123
target
124124
key: ${{ runner.os }}-wasm-${{ hashFiles('**/Cargo.lock') }}
125125
restore-keys: ${{ runner.os }}-wasm-
126-
- name: Build WASM target
126+
- name: Install wasm-pack
127+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
128+
- name: Build WASM with wasm-pack
127129
working-directory: crates/auths-verifier
128-
run: cargo build --target wasm32-unknown-unknown --no-default-features --features wasm
130+
run: wasm-pack build --target bundler --no-default-features --features wasm

0 commit comments

Comments
 (0)