Skip to content

Commit 94df417

Browse files
committed
use wasm-pack-action to install wasm-pack
1 parent d197de0 commit 94df417

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/ci.yml

+8-14
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,10 @@ jobs:
6868
# In theory, this should rebuild binaries once a month
6969
key: "${{ runner.os }}-cargo-binaries-${{steps.get-date.outputs.date}}"
7070

71-
# Ensure we're all set up
72-
- name: "Perform Setup"
73-
run: "make setup"
74-
shell: bash
75-
env:
76-
# PY_VER: "${{ matrix.python-version }}"
77-
WINDOWS: "${{ contains(runner.os, 'windows') }}"
78-
PYTHON: ${{ steps.get-py-path.outputs.path }}
71+
- name: Install wasm-pack
72+
uses: jetli/[email protected]
73+
with:
74+
version: "v0.10.1"
7975

8076
- name: "Run Tests"
8177
if: "${{ !contains(runner.os, 'windows') }}"
@@ -159,12 +155,10 @@ jobs:
159155
# In theory, this should rebuild binaries once a month
160156
key: "${{ runner.os }}-cargo-binaries-${{steps.get-date.outputs.date}}"
161157

162-
- name: "Perform Setup"
163-
run: "make setup"
164-
shell: bash
165-
env:
166-
WINDOWS: "${{ contains(runner.os, 'windows') }}"
167-
PYTHON: ${{ steps.get-py-path.outputs.path }}
158+
- name: Install wasm-pack
159+
uses: jetli/[email protected]
160+
with:
161+
version: "v0.10.1"
168162

169163
- name: "Build Rust/C Libraries"
170164
run: "make build"

0 commit comments

Comments
 (0)