We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcb81f commit 7546cd2Copy full SHA for 7546cd2
.github/workflows/rundemo.yml
@@ -44,9 +44,8 @@ jobs:
44
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
45
- name: "Build Foundation"
46
working-directory: swift-foundation
47
- #run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
48
- run: swift build
+ run: SWIFTCI_USE_LOCAL_DEPS=.. swift build
49
- name: "Run Foundation InternationalizationBenchmarks"
50
working-directory: swift-foundation/Benchmarks
51
- run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift run InternationalizationBenchmarks
+ run: SWIFTCI_USE_LOCAL_DEPS=.. swift run InternationalizationBenchmarks
52
0 commit comments