Skip to content

Commit 020feb3

Browse files
committed
1 parent feaa121 commit 020feb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rundemo.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ jobs:
4040
with:
4141
repository: swiftlang/swift-foundation-icu
4242
path: swift-foundation-icu
43-
- name: "Apply swift-corelibs-foundation-icu PR #53"
43+
- name: "Apply swift-foundation-icu PR #53"
4444
#if: false
45-
working-directory: swift-corelibs-foundation-icu
45+
working-directory: swift-foundation-icu
4646
run: gh pr checkout 53
4747
- run: ls ${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA
48+
- name: "Patch swift-foundation-icu to run on Linux"
49+
working-directory: swift-foundation-icu
50+
run: perl -pi -e 's/"USE_PACKAGE_DATA"/"DISABLED_USE_PACKAGE_DATA"/g' Package.swift
4851
- name: "Test swift-foundation-icu-demo"
4952
#if: false
5053
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test

0 commit comments

Comments
 (0)