File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# ## Benchmarks ###
56
56
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
-
66
57
- name : Fetch tags
67
58
run : |
68
59
git fetch --tags origin
Original file line number Diff line number Diff line change @@ -115,14 +115,6 @@ jobs:
115
115
Write-Host "msiexec exited with code $LASTEXITCCODE"
116
116
if ($LASTEXITCODE -ne 0) { cat log.txt; exit 1 }
117
117
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
126
118
127
119
- name : Test Examples
128
120
run : just examples-ci ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
You can’t perform that action at this time.
0 commit comments