File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,23 @@ jobs:
3030 with :
3131 repository : apple/swift-collections
3232 path : swift-collections
33+ - name : " Checkout swift-syntax"
34+ uses : actions/checkout@v4
35+ with :
36+ repository : apple/swift-syntax
37+ path : swift-syntax
3338 - name : " Checkout swift-foundation-icu"
3439 uses : actions/checkout@v4
3540 with :
3641 repository : swiftlang/swift-foundation-icu
3742 path : swift-foundation-icu
3843 - name : " Apply swift-corelibs-foundation-icu PR #53"
39- if : false
44+ # if: false
4045 working-directory : swift-corelibs-foundation-icu
4146 run : gh pr checkout 53
47+ - run : ls ${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA
4248 - name : " Test swift-foundation-icu-demo"
43- if : false
49+ # if: false
4450 run : ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
4551 - name : " Build Foundation"
4652 working-directory : swift-foundation
You can’t perform that action at this time.
0 commit comments