Skip to content

Commit

Permalink
Windows attempt MapServer#14
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Oct 26, 2021
1 parent 25a5f75 commit 9947999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
Set-Location -Path ${{ github.workspace }}
New-Item -Path . -Name "build" -ItemType "directory"
Set-Location -Path "build"
Write-Output "sdkprefix: $sdkprefix"
Get-ChildItem -Path $sdkprefix
cmake -DCMAKE_PREFIX_PATH=($sdkprefix) -DWITH_APACHE=OFF -DWITH_FCGI=OFF ${{ github.workspace }}
make
sudo make install
Expand Down

0 comments on commit 9947999

Please sign in to comment.