mirror of
https://github.com/timvisee/lazymc.git
synced 2025-07-25 09:12:00 -07:00
Fix scoop installation on Windows in GitLab CI
This commit is contained in:
@@ -32,7 +32,7 @@ before_script:
|
|||||||
.before_script-windows: &before_script-windows
|
.before_script-windows: &before_script-windows
|
||||||
before_script:
|
before_script:
|
||||||
# Install scoop
|
# Install scoop
|
||||||
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
|
- iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
- scoop install rustup gcc
|
- scoop install rustup gcc
|
||||||
|
Reference in New Issue
Block a user