Skip to content

Commit 7080539

Browse files
committed
Print updated environment details
1 parent 986ab7b commit 7080539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/swift.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ 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+
rustup --version
41+
clang --version
42+
clang --print-resource-dir
3843
- name: Install Dependencies
3944
uses: ./.github/actions/install-dependencies
4045
with:

0 commit comments

Comments
 (0)