Skip to content

Commit

Permalink
Change -G flag for windows cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jun 19, 2024
1 parent 0a3d5b5 commit b06a8b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,11 @@ jobs:
# First make sure python would resolve to the windows native python, not mingw one
echo "C:/msys64/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
echo "${{ env.pythonLocation }}" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Set OpenSSL Root Directory
run: echo "OPENSSL_ROOT_DIR=C:/langs/msys64/mingw64" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8
- uses: actions/checkout@v4
- name: Install mgconsole
run: |
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make
make install
- name: Save mgconsole Windows build
Expand Down

0 comments on commit b06a8b8

Please sign in to comment.