Skip to content

Commit

Permalink
out
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 7, 2025
1 parent eac6a53 commit c8d3272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Test Pillow
run: |
gcc -I/msys64/mingw64/include/libimagequant.h -L/msys64/mingw64/lib -llibimagequant demo.c
gcc -o out -I/msys64/mingw64/include/libimagequant.h -L/msys64/mingw64/lib -llibimagequant demo.c
./out

0 comments on commit c8d3272

Please sign in to comment.