diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 8590d472..bfc06f4f 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -35,6 +35,11 @@ jobs: sudo apt-get -y install cargo lld git g++ clang curl rustup install 1.73.0 rustup default 1.73.0 + - name: Print updated environment details + run: | + rustup --version + clang --version + clang --print-resource-dir - name: Install Dependencies uses: ./.github/actions/install-dependencies with: