Skip to content

Commit

Permalink
Don't build map-viewer on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jun 23, 2023
1 parent 6ed7f7f commit 5cfaecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
shell: bash
run: |
if [[ "${{ matrix.target }}" == "x86_64-pc-windows-msvc" ]]; then
# Skip bbox-map-server (uses Unix sockets)
cargo build --release --target ${{ matrix.target }} --package bbox-server --no-default-features --features=feature-server,asset-server,map-viewer,processes-server,tile-server
# Skip bbox-map-server on Windows (uses Unix sockets)
cargo build --release --target ${{ matrix.target }} --package bbox-server --no-default-features --features=feature-server,asset-server,processes-server,tile-server
elif [[ "${{ matrix.target }}" == "aarch64-apple-darwin" ]]; then
rustup target add aarch64-apple-darwin
# compile without debug symbols
Expand Down

0 comments on commit 5cfaecf

Please sign in to comment.