found the bug in the ci.yml

This commit is contained in:
Quinn Dougherty 2022-08-17 20:50:14 -07:00
parent 8e2bc13e25
commit 530acb19e9

View File

@ -64,8 +64,7 @@ jobs:
shell: bash shell: bash
working-directory: packages/mc working-directory: packages/mc
steps: steps:
- name: Run yarn at monorepo level - uses: actions/checkout@v3
run: cd ../../ && yarn
- name: Download wasm-bindgen - name: Download wasm-bindgen
uses: jetli/wasm-bindgen-action@v0.1.0 uses: jetli/wasm-bindgen-action@v0.1.0
with: with: