Skip to content

Commit

Permalink
x86_64-w64-mingw32-gcc.exe cli check w64
Browse files Browse the repository at this point in the history
  • Loading branch information
tairov committed Jul 29, 2023
1 parent 600e849 commit 196856e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ jobs:
install: mingw-w64-${{matrix.env}}-gcc make
- name: Build ${{ matrix.sys }} ${{ matrix.env }}
run: |
ls -la /ucrt64/bin/
ls -la /mingw64/bin/
x86_64-w64-mingw32-gcc.exe -Ofast -D_WIN32 -o run.exe -I. run.c win.c

0 comments on commit 196856e

Please sign in to comment.