Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Feb 9, 2024
1 parent d32cb41 commit acde13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

- name: Setup rust
run: rustup update stable && rustup default stable
Expand Down

0 comments on commit acde13f

Please sign in to comment.