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 49b455f commit 0bcb81fCopy full SHA for 0bcb81f
.github/workflows/rundemo.yml
@@ -42,12 +42,10 @@ jobs:
42
- name: "Test swift-foundation-icu-demo"
43
if: false
44
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
48
- name: "Build Foundation"
49
working-directory: swift-foundation
50
- run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
+ #run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build
+ run: swift build
51
- name: "Run Foundation InternationalizationBenchmarks"
52
working-directory: swift-foundation/Benchmarks
53
run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift run InternationalizationBenchmarks
0 commit comments