mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
choco install --allow-downgrade
This commit is contained in:
parent
08e94f085a
commit
459fcdac1c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- name: LLVM 14
|
- name: LLVM 14
|
||||||
run: |
|
run: |
|
||||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
Choco-Install -PackageName llvm -ArgumentList '--allow-downgrade', '--version', $llvmVersion
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: LLVM 14
|
- name: LLVM 14
|
||||||
run: |
|
run: |
|
||||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
Choco-Install -PackageName llvm -ArgumentList '--allow-downgrade', '--version', $llvmVersion
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
- name: LLVM 14
|
- name: LLVM 14
|
||||||
run: |
|
run: |
|
||||||
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
$llvmVersion = Get-LatestChocoPackageVersion -TargetVersion 14 -PackageName llvm
|
||||||
Choco-Install -PackageName llvm -ArgumentList '--version', $llvmVersion
|
Choco-Install -PackageName llvm -ArgumentList '--allow-downgrade', '--version', $llvmVersion
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue