Skip to content

Commit

Permalink
re-add bulk memory command
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox authored Dec 21, 2023
1 parent 06d9b42 commit 9c3e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repair-av.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn install

- name: get data
run: yarn repair-av
run: node -r ts-node/register --experimental-wasm-threads --experimental-wasm-bulk-memory ./scripts/repair-av.ts
env:
APP_AWS_BUCKET: ${{secrets.APP_AWS_BUCKET}}
APP_AWS_REGION: ${{secrets.APP_AWS_REGION}}
Expand Down

0 comments on commit 9c3e0ff

Please sign in to comment.