File tree 1 file changed +8
-14
lines changed
1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,10 @@ jobs:
68
68
# In theory, this should rebuild binaries once a month
69
69
key : " ${{ runner.os }}-cargo-binaries-${{steps.get-date.outputs.date}}"
70
70
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
+
73
+ with :
74
+ version : " v0.10.1"
79
75
80
76
- name : " Run Tests"
81
77
if : " ${{ !contains(runner.os, 'windows') }}"
@@ -159,12 +155,10 @@ jobs:
159
155
# In theory, this should rebuild binaries once a month
160
156
key : " ${{ runner.os }}-cargo-binaries-${{steps.get-date.outputs.date}}"
161
157
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
+
160
+ with :
161
+ version : " v0.10.1"
168
162
169
163
- name : " Build Rust/C Libraries"
170
164
run : " make build"
You can’t perform that action at this time.
0 commit comments