Skip to content

Commit

Permalink
Change windows build to debug.
Browse files Browse the repository at this point in the history
* Prior to Swift 6, windows could only build cxx interop targets
  in debug mode.
  • Loading branch information
furby-tm committed Aug 3, 2024
1 parent 4f2c322 commit 96ead72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: 🗃️ Checkout Submodules
run: git submodule update --init --recursive
- name: 📦 Build
run: swift build -c release --target MetaversalDemo
run: swift build -c debug --target MetaversalDemo

0 comments on commit 96ead72

Please sign in to comment.