Skip to content

Commit 7546cd2

Browse files
committed
1 parent 0bcb81f commit 7546cd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rundemo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
4545
- name: "Build Foundation"
4646
working-directory: swift-foundation
47-
#run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
48-
run: swift build
47+
run: SWIFTCI_USE_LOCAL_DEPS=.. swift build
4948
- name: "Run Foundation InternationalizationBenchmarks"
5049
working-directory: swift-foundation/Benchmarks
51-
run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift run InternationalizationBenchmarks
50+
run: SWIFTCI_USE_LOCAL_DEPS=.. swift run InternationalizationBenchmarks
5251

0 commit comments

Comments
 (0)