File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments