Skip to content

Commit deea30b

Browse files
committed
Print more env details
1 parent fac91aa commit deea30b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ jobs:
3737
rustup default 1.73.0
3838
- name: Print updated environment details
3939
run: |
40+
set -x
4041
rustup --version
4142
clang --version
4243
clang --print-resource-dir
44+
ls -ll "$(clang -print-resource-dir)"
45+
ls -ll "$(clang -print-resource-dir)/lib/linux"
4346
- name: Install Dependencies
4447
uses: ./.github/actions/install-dependencies
4548
with:

0 commit comments

Comments
 (0)