Install GCC on Windows CI

This commit is contained in:
timvisee
2022-02-07 16:52:03 +01:00
parent 0c69752fec
commit 0c77a18d96

View File

@@ -32,7 +32,7 @@ before_script:
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
# Install Rust
- scoop install rustup
- scoop install rustup gcc
- rustc --version
- cargo --version