diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc86bd63..5d09b5a92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,6 +226,10 @@ jobs: done exit 1 + - name: Add Git usr/bin to PATH for shasum + run: | + echo "C:/Program Files/Git/usr/bin" >> "$GITHUB_PATH" + - name: Setup Node.js uses: actions/setup-node@v4 with: