mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
No rust/cargo install in build workers (not needed anymore)
This commit is contained in:
@ -13,12 +13,6 @@ init:
|
||||
install:
|
||||
# Install node
|
||||
- ps: Install-Product node 10 x64
|
||||
# Install Rust and Cargo
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
# Install dependencies
|
||||
- yarn --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user