From f3224f1a3b7b104c620ae9ff2199c659f6f74e75 Mon Sep 17 00:00:00 2001 From: zyr17 Date: Tue, 13 Feb 2024 15:40:49 +0800 Subject: [PATCH] update ci --- .github/workflows/debugci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debugci.yml b/.github/workflows/debugci.yml index eb773c8..8737014 100644 --- a/.github/workflows/debugci.yml +++ b/.github/workflows/debugci.yml @@ -23,6 +23,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - name: Install mingw + run: choco install mingw --Version 11.4.0 - name: npm run: | npm ci