fix: github windows action

This commit is contained in:
Michael Hoffmann
2023-11-18 09:13:16 +01:00
parent c3690b9f0c
commit de0ca40852

View File

@@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v2
- if: matrix.os == 'windows-latest' && matrix.compiler == 'gcc'
uses: egor-tensin/setup-mingw@v2
uses: csukuangfj/setup-mingw@v2.2.1
with:
version: '12.2.0'
- name: build
run: ${{ matrix.compiler }} -o scanner.o -I./src -c src/scanner.c -Werror