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 bcc2b42 commit 49b455fCopy full SHA for 49b455f
.github/workflows/rundemo.yml
@@ -42,6 +42,9 @@ 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
0 commit comments