Skip to content

Commit

Permalink
display rust setup os
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Feb 9, 2024
1 parent 0a7eaa9 commit 4aa2bfc
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 @@ -22,13 +22,13 @@ jobs:
with:
submodules: 'true'

- name: Set rust target ${{ matrix.os }}
- name: Set rust ${{ matrix.os }}
if: matrix.os == 'windows-latest'
run: |
rustup set default-host x86_64-pc-windows-gnu
rustup update stable && rustup default stable
- name: Setup rust
- name: Set rust ${{ matrix.os }}
if: matrix.os != 'windows-latest'
run: rustup update stable && rustup default stable

Expand Down

0 comments on commit 4aa2bfc

Please sign in to comment.