mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
GH-Actions: Installing meson with pip instead.
This commit is contained in:
parent
b08ff787a8
commit
e867768862
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -30,7 +30,8 @@ jobs:
|
||||
$ErrorActionPreference = "Stop"
|
||||
Set-ExecutionPolicy Bypass -Scope Process -Force
|
||||
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||
choco install -y meson ninja llvm
|
||||
choco install -y python ninja llvm
|
||||
python -m pip install meson
|
||||
|
||||
- name: Run PowerShell build script
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user