Skip to content

Commit

Permalink
CI: Run rustup --version as the first step in package job.
Browse files Browse the repository at this point in the history
Be consistent with the other jobs.
  • Loading branch information
briansmith committed Dec 6, 2023
1 parent 2be687b commit 0006e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0006e3d

Please sign in to comment.