Skip to content

Commit 0a3885c

Browse files
committed
1 parent 2695ac3 commit 0a3885c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rundemo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: "Patch swift-foundation benchmarks"
4747
working-directory: swift-foundation
4848
# these assertions fail in the CI for some reason
49-
run: perl -pi -e 's;assert(identifier ;//assert(identifier ;g' Benchmarks/Internationalization/BenchmarkCalendar.swift && run: perl -pi -e 's;assert(cal.firstWeekday;//assert(cal.firstWeekday;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
49+
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
5052
- name: "Build Foundation"
5153
working-directory: swift-foundation
5254
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo swift build

0 commit comments

Comments
 (0)