From 7ff35d6b4dd0a3229806a4d450ff79680c7d04ab Mon Sep 17 00:00:00 2001 From: kendal Date: Mon, 10 Jun 2024 18:15:10 -0700 Subject: [PATCH] Print versions of swift, cmake, and msvc --- .github/actions/windows-build/action.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/actions/windows-build/action.yml b/.github/actions/windows-build/action.yml index 11d3ccf..969f2c1 100644 --- a/.github/actions/windows-build/action.yml +++ b/.github/actions/windows-build/action.yml @@ -21,15 +21,15 @@ runs: with: github-repo: thebrowsercompany/swift-build github-token: ${{ inputs.GITHUB_TOKEN }} - release-tag-name: 20240607.1 + release-tag-name: 20231025.2 release-asset-name: installer-amd64.exe - name: Print tool versions shell: pwsh run: | - Get-Command cmake - cmake --version - + swift --version + cmake --version + cl --version - name: Configure CMake shell: cmd @@ -43,9 +43,6 @@ runs: echo "RUNNING SWIFTWINRT DIRECTLY" cd /D D:\a\swift-winrt\swift-winrt\build\release\tests\test_component && D:\a\swift-winrt\swift-winrt\build\release\swiftwinrt\swiftwinrt.exe @D:/a/swift-winrt/swift-winrt/build/release/tests/test_component/SwiftWinRT.rsp - echo "GETTING SWIFT VERSION" - swift --version - echo "BUILDING tests/ MANUALLY" cd ${{ github.workspace }}\tests swift build -j 4 -Xswiftc -disable-round-trip-debug-types -c release --scratch-path ${{ github.workspace }}/build/release/tests -Xbuild-tools-swiftc="-I${{ github.workspace }}/swiftwinrt/Resources/CWinRT" -Xcc="-I${{ github.workspace }}/swiftwinrt/Resources/CWinRT"