Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 8, 2022
1 parent a05be38 commit b5d77eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -23,7 +23,7 @@ install:
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Add Rust to the PATH
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- rustup-init -yv
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
# Install system dependencies
- curl -sSL https://install.python-poetry.org | python -
Expand Down

0 comments on commit b5d77eb

Please sign in to comment.