CI: Run rustup --version
as the first step in package
job.
Be consistent with the other jobs.
This commit is contained in:
parent
2be687bebd
commit
0006e3d64a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user