You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA LC_ALL=en_US_POSIX swift test || echo "FAILED AS EXPECTED" > /tmp/testsfailed.txt
- name: "Run InternationalizationBenchmarks with External ICU Data"
74
77
working-directory: swift-foundation/Benchmarks
75
-
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
78
+
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }}/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
0 commit comments