File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 # ## Benchmarks ###
5656
57- # Install GH cli (needed for just bench-download)
58- - name : Install github-cli (Linux mariner)
59- if : runner.os == 'Linux' && matrix.hypervisor == 'mshv' || matrix.hypervisor == 'mshv3'
60- run : sudo dnf install gh -y
61-
62- - name : Install github-cli (Linux ubuntu)
63- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
64- run : sudo apt install gh -y
65-
6657 - name : Fetch tags
6758 run : |
6859 git fetch --tags origin
Original file line number Diff line number Diff line change @@ -115,14 +115,6 @@ jobs:
115115 Write-Host "msiexec exited with code $LASTEXITCCODE"
116116 if ($LASTEXITCODE -ne 0) { cat log.txt; exit 1 }
117117 shell : pwsh
118-
119- - name : Install github-cli (Linux mariner)
120- if : runner.os == 'Linux' && (matrix.hypervisor == 'mshv2' || matrix.hypervisor == 'mshv3')
121- run : sudo dnf install gh -y
122-
123- - name : Install github-cli (Linux ubuntu)
124- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
125- run : sudo apt install gh -y
126118
127119 - name : Test Examples
128120 run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
You can’t perform that action at this time.
0 commit comments