From cce7a73e46e52c26930058ae090e66408e96bb8b Mon Sep 17 00:00:00 2001 From: Sebastian Richner Date: Tue, 29 Oct 2024 11:07:09 -0700 Subject: [PATCH] Fix windows build --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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