Skip to content

Commit 0b353ca

Browse files
committed
Print supplemental environment details
1 parent 4cdaa39 commit 0b353ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
sudo apt-get -y install cargo lld git g++ clang curl
3636
rustup install 1.73.0
3737
rustup default 1.73.0
38+
- name: Print updated environment details
39+
run: |
40+
set -x
41+
rustup --version
42+
clang --version
43+
clang --print-resource-dir
44+
ls -ll "$(clang -print-resource-dir)"
45+
ls -ll "$(clang -print-resource-dir)/lib/linux"
3846
- name: Install Dependencies
3947
uses: ./.github/actions/install-dependencies
4048
with:

0 commit comments

Comments
 (0)