CI: Run rustup --version as the first step in package job.

Be consistent with the other jobs.
This commit is contained in:
Brian Smith 2023-12-05 18:21:28 -08:00
parent 2be687bebd
commit 0006e3d64a

View File

@ -112,14 +112,14 @@ jobs:
runs-on: windows-latest
steps:
- run: rustup --version
- uses: briansmith/actions-checkout@v4
with:
persist-credentials: false
- run: ./mk/install-build-tools.ps1
- run: rustup --version
- run: echo "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin" >> $GITHUB_PATH
shell: bash