diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31aecc22..6cd3eb4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,6 @@ jobs: uses: msys2/setup-msys2@v2 with: msystem: ${{matrix.sys}} - update: true install: >- git make @@ -106,7 +105,6 @@ jobs: - name: build run: | make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MINGW=y - ./qjs -qd - name: stats run: | make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MINGW=y qjs