Skip to content

Commit

Permalink
Fix Windows GitHub Actions workflow (had the wrong syntax for a multi…
Browse files Browse the repository at this point in the history
…line continuation in PowerShell)
  • Loading branch information
stackotter committed Dec 19, 2023
1 parent b30b07c commit 40a29ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
PKG_CONFIG_PATH: ${{ github.workspace }}/vcpkg_installed/${{ steps.triplet.outputs.lowercase }}/lib/pkgconfig
# Only build the library target to work around apple/swift-package-manager#6644
run: |
swift build --target SwiftCrossUI -v && \
cd Backends/GtkBackend && \
swift build --target SwiftCrossUI -v && `
cd Backends/GtkBackend && `
swift build --target GtkBackend -v

0 comments on commit 40a29ac

Please sign in to comment.