Skip to content

Commit

Permalink
Tell mingw-w64 CI where to find ENGLISH.DAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Nov 4, 2024
1 parent 12021aa commit 325f8a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ jobs:
-DCMAKE_LIBRARY_PATH="${GITHUB_WORKSPACE}/openomf-win-build-main/lib/" \
-DCMAKE_FIND_ROOT_PATH="${GITHUB_WORKSPACE}/openomf-win-build-main/" \
-DOMF_COMMAND_WRAPPER="wine" \
-DENGLISH_DAT="${GITHUB_WORKSPACE}/resources/ENGLISH.DAT" \
-DGERMAN_DAT="${GITHUB_WORKSPACE}/resources/GERMAN.DAT" \
"${GITHUB_WORKSPACE}"
make -j $(getconf _NPROCESSORS_ONLN)
make -j $(getconf _NPROCESSORS_ONLN) install
Expand Down

0 comments on commit 325f8a5

Please sign in to comment.