From 530acb19e910389768032fb1acf01246ed01ab5c Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Wed, 17 Aug 2022 20:50:14 -0700 Subject: [PATCH] found the bug in the `ci.yml` --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b56cd49b..e75f6a2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,7 @@ jobs: shell: bash working-directory: packages/mc steps: - - name: Run yarn at monorepo level - run: cd ../../ && yarn + - uses: actions/checkout@v3 - name: Download wasm-bindgen uses: jetli/wasm-bindgen-action@v0.1.0 with: