Skip to content

Commit 5ee1c52

Browse files
authored
do not install gh in CI (#92)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 8bfefd7 commit 5ee1c52

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ jobs:
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

.github/workflows/dep_rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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' || ''}}

0 commit comments

Comments
 (0)