Skip to content

Commit a644a42

Browse files
committed
1 parent 0a3885c commit a644a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rundemo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
working-directory: swift-foundation
4848
# these assertions fail in the CI for some reason
4949
run: |
50-
perl -pi -e 's;assert(identifier ;//assert(identifier ;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
51-
perl -pi -e 's;assert(cal.firstWeekday;//assert(cal.firstWeekday;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
50+
perl -pi -e 's;assert\(identifier ;//assert\(identifier ;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
51+
perl -pi -e 's;assert\(cal.firstWeekday;//assert\(cal.firstWeekday;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
5252
- name: "Build Foundation"
5353
working-directory: swift-foundation
5454
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo swift build

0 commit comments

Comments
 (0)