Skip to content

Commit

Permalink
Use C_INCLUDE_PATH and LIBRARY_PATH in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 10, 2024
1 parent 9bf770a commit aed3b20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: cabal update

- name: Build project
run: cabal build
run: |
set C_INCLUDE_PATH=%CD%\sdl2_win_mingw\include
set LIBRARY_PATH=%CD%\sdl2_win_mingw\lib
cabal build
- name: Create a zip with exe file and assets
run: |
Expand Down

0 comments on commit aed3b20

Please sign in to comment.