Update build.yml - disable Test Swift Windows

This continually fails and the error message is cryptic enough that I don't know how to fix it without an expert.
This commit is contained in:
Derek Bailey
2025-08-27 23:11:24 -07:00
committed by GitHub
parent f83525fe67
commit 53c8c2ef16

View File

@@ -518,6 +518,7 @@ jobs:
build-swift-windows:
name: Test swift windows
if: false #disabled due to continual failure
runs-on: windows-latest
steps:
- uses: actions/checkout@v3