Skip to content

Commit 0bcb81f

Browse files
committed
1 parent 49b455f commit 0bcb81f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rundemo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
- name: "Test swift-foundation-icu-demo"
4343
if: false
4444
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
45-
- run: ls
46-
- run: ls ${{ github.workspace }}
47-
- run: swift-foundation
4845
- name: "Build Foundation"
4946
working-directory: swift-foundation
50-
run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
47+
#run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
48+
run: swift build
5149
- name: "Run Foundation InternationalizationBenchmarks"
5250
working-directory: swift-foundation/Benchmarks
5351
run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift run InternationalizationBenchmarks

0 commit comments

Comments
 (0)