Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Dec 3, 2023
1 parent ec5f905 commit da308c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
curl "https://master.dl.sourceforge.net/project/magicsplat/magicsplat-tcl/tcl-8.6.8-installer-1.8.1-x86.msi?viasf=1" -o tcl.msi
- if: matrix.os == 'windows-latest'
run: |
tcl.msi /quiet
.\tcl.msi /quiet
- name: Add components
run: rustup component add clippy rustfmt
Expand Down

0 comments on commit da308c4

Please sign in to comment.