diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index c22cc7c7..922fda6c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -37,9 +37,12 @@ jobs: rustup default 1.73.0 - name: Print updated environment details run: | + set -x rustup --version clang --version clang --print-resource-dir + ls -ll "$(clang -print-resource-dir)" + ls -ll "$(clang -print-resource-dir)/lib/linux" - name: Install Dependencies uses: ./.github/actions/install-dependencies with: