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 4cdaa39 commit 0b353caCopy full SHA for 0b353ca
.github/workflows/swift.yml
@@ -35,6 +35,14 @@ jobs:
35
sudo apt-get -y install cargo lld git g++ clang curl
36
rustup install 1.73.0
37
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"
46
- name: Install Dependencies
47
uses: ./.github/actions/install-dependencies
48
with:
0 commit comments