Skip to content

Commit e62c933

Browse files
Oops, disable AVX2, SSE2 at the right place
1 parent c7c22dc commit e62c933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
submodules: recursive
7777
persist-credentials: false
7878
fetch-depth: 0
79-
env:
80-
DISABLE_NUMCODECS_AVX2: 1
81-
DISABLE_NUMCODECS_SSE2: 1
8279

8380
- name: Build numcodecs for WASM
8481
run: pyodide build
8582
working-directory: numcodecs-wasm
83+
env:
84+
DISABLE_NUMCODECS_AVX2: 1
85+
DISABLE_NUMCODECS_SSE2: 1
8686

8787
### Back to Zarr repository to run tests
8888

0 commit comments

Comments
 (0)