Skip to content

Commit

Permalink
check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tairov committed Jul 29, 2023
1 parent f1d0bcd commit 8faf15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.sys }}
install: mingw-w64-${{matrix.env}}-openssl
install: mingw-w64-${{matrix.env}}-gcc
- name: Build ${{ matrix.sys }} ${{ matrix.env }}
run: |
x86_64-w64-mingw32-gcc-win32 -Ofast -D_WIN32 -o run.exe -I. run.c win.c
x86_64-w64-mingw32-gcc.exe -Ofast -D_WIN32 -o run.exe -I. run.c win.c

0 comments on commit 8faf15f

Please sign in to comment.