Skip to content

Commit feaa121

Browse files
committed
1 parent 7546cd2 commit feaa121

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rundemo.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)