Skip to content

Commit e05ff88

Browse files
Fix indentation for wasm-bindgen-action step
1 parent 027a73e commit e05ff88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
key: ${{ github.ref || github.run_id }}
2626
- uses: dtolnay/rust-toolchain@stable
2727
- uses: jetli/[email protected]
28-
with:
29-
version: 'latest'
28+
with:
29+
version: 'latest'
3030
- name: Install wasm target
3131
run: rustup target install wasm32-unknown-unknown
3232
- name: Build

0 commit comments

Comments
 (0)