Skip to content

Commit

Permalink
For Cygwin to use its Make, not Windows Make.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 30, 2023
1 parent 610c1c6 commit 409a102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: build-windows
on: [push, workflow_dispatch]
defaults:
run:
shell: bash
shell: bash -l
env:
CHERE_INVOKING: 1
CYGWIN_NOWINPATH: 1
SHELLOPTS: igncr

jobs:
Expand Down
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ install()
mkdir -p build
cd build
cmake ..
find $(realpath ..)
cmake --build . --parallel --verbose
sudo cmake --install . --config Release
}
Expand Down

0 comments on commit 409a102

Please sign in to comment.