diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 251d44e0..bf434864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build + shell: bash run: | if [ "${{ matrix.os }}" == "macos-latest" ]; then if [ "${{ matrix.mac_arch }}" == "arm64" ]; then