fix: win: fix the last warns

This commit is contained in:
Stéphane Lesimple
2021-01-22 21:59:34 +01:00
parent 9916ce74bc
commit fef782b246
4 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ jobs:
- uses: actions/checkout@v2
- name: configure
run: |
echo running ./configure ${{ matrix.clionly }}
./configure ${{ matrix.clionly }}
echo running ./configure ${{ matrix.clionly }} ${{ matrix.debugprintf }} --with-werror
./configure ${{ matrix.clionly }} ${{ matrix.debugprintf }} --with-werror
- name: make
run: nproc && make -j$(nproc)
- name: check executable