Skip to content

Commit 3b97074

Browse files
committed
1 parent 0de7f88 commit 3b97074

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
@@ -58,7 +58,7 @@ jobs:
5858
run: LC_ALL=en_US_POSIX swift test
5959
- name: "Run InternationalizationBenchmarks with Packaged ICU Data"
6060
working-directory: swift-foundation/Benchmarks
61-
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
61+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
6262
- name: "Apply swift-foundation-icu PR #53"
6363
working-directory: swift-foundation-icu
6464
run: gh pr checkout 53
@@ -82,5 +82,5 @@ jobs:
8282
mv LOCALE_DATA/usr/share/icu/icudt74l.dat.disabled LOCALE_DATA/usr/share/icu/icudt74l.dat
8383
- name: "Run InternationalizationBenchmarks with External ICU Data"
8484
working-directory: swift-foundation/Benchmarks
85-
run: SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
85+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
8686

0 commit comments

Comments
 (0)