Skip to content

Commit

Permalink
try 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 7, 2023
1 parent 129e979 commit dfd6cc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
update: true
install: >-
git
make
Expand All @@ -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
Expand Down

0 comments on commit dfd6cc2

Please sign in to comment.