We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a644a42 commit 0b46b23Copy full SHA for 0b46b23
.github/workflows/rundemo.yml
@@ -47,8 +47,11 @@ jobs:
47
working-directory: swift-foundation
48
# these assertions fail in the CI for some reason
49
run: |
50
+ ls
51
+ find . -name BenchmarkCalendar.swift
52
perl -pi -e 's;assert\(identifier ;//assert\(identifier ;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
53
perl -pi -e 's;assert\(cal.firstWeekday;//assert\(cal.firstWeekday;g' Benchmarks/Internationalization/BenchmarkCalendar.swift
54
+ cat Benchmarks/Internationalization/BenchmarkCalendar.swift
55
- name: "Build Foundation"
56
57
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo swift build
0 commit comments