Skip to content

Commit b8c2c86

Browse files
committed
Re-enable Windows CI with swift-svg-rendering 0.3.1 fix
1 parent 365c53d commit b8c2c86

1 file changed

Lines changed: 27 additions & 28 deletions

File tree

.github/workflows/ci.yml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -101,31 +101,30 @@ jobs:
101101
- name: Test (Swift 6.2)
102102
run: swift test -c release
103103

104-
# Windows validation - DISABLED until swift-svg-rendering fixes angle brackets in filenames
105-
# See: RangeReplaceableCollection<UInt8>+SVG.swift is not valid on Windows
106-
# windows-latest:
107-
# name: Windows (Swift 6.2)
108-
# runs-on: windows-latest
109-
# steps:
110-
# - uses: actions/checkout@v6
111-
#
112-
# - name: Configure private repo access
113-
# run: git config --global url."https://${{ secrets.PRIVATE_REPO_TOKEN }}@github.com/".insteadOf "https://github.com/"
114-
#
115-
# - name: Install Swift
116-
# uses: SwiftyLab/setup-swift@latest
117-
# with:
118-
# swift-version: "6.2"
119-
#
120-
# - name: Print Swift version
121-
# run: swift --version
122-
#
123-
# - name: Cache Swift packages
124-
# uses: actions/cache@v5
125-
# with:
126-
# path: .build
127-
# key: windows-swift62-spm-v2-${{ hashFiles('Package.swift', 'Package@*.swift') }}
128-
# restore-keys: windows-swift62-spm-
129-
#
130-
# - name: Build
131-
# run: swift build -c release -Xswiftc -gnone
104+
# Windows validation
105+
windows-latest:
106+
name: Windows (Swift 6.2)
107+
runs-on: windows-latest
108+
steps:
109+
- uses: actions/checkout@v6
110+
111+
- name: Configure private repo access
112+
run: git config --global url."https://${{ secrets.PRIVATE_REPO_TOKEN }}@github.com/".insteadOf "https://github.com/"
113+
114+
- name: Install Swift
115+
uses: SwiftyLab/setup-swift@latest
116+
with:
117+
swift-version: "6.2"
118+
119+
- name: Print Swift version
120+
run: swift --version
121+
122+
- name: Cache Swift packages
123+
uses: actions/cache@v5
124+
with:
125+
path: .build
126+
key: windows-swift62-spm-v3-${{ hashFiles('Package.swift', 'Package@*.swift') }}
127+
restore-keys: windows-swift62-spm-
128+
129+
- name: Build
130+
run: swift build -c release -Xswiftc -gnone

0 commit comments

Comments
 (0)