Skip to content

Commit a145cc1

Browse files
committed
Remove gh cli install from GH workflows (#618)
Signed-off-by: Simon Davies <[email protected]>
1 parent d14462c commit a145cc1

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ jobs:
4747
cp ./downloaded-guest-binaries-release/dummyguest ./src/tests/rust_guests/bin/release/dummyguest
4848
4949
### Benchmarks ###
50-
- name: Install github-cli (Linux mariner)
51-
if: runner.os == 'Linux' && matrix.hypervisor == 'hyperv'
52-
run: sudo dnf install gh -y
53-
54-
- name: Install github-cli (Linux ubuntu)
55-
if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
56-
run: sudo apt install gh -y
57-
5850
- name: Fetch tags
5951
run: git fetch --tags origin
6052

.github/workflows/dep_rust.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,6 @@ jobs:
136136
run: just test-rust-gdb-debugging ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
137137

138138
### Benchmarks ###
139-
- name: Install github-cli (Linux mariner)
140-
if: runner.os == 'Linux' && matrix.hypervisor == 'mshv'
141-
run: sudo dnf install gh -y
142-
143-
- name: Install github-cli (Linux ubuntu)
144-
if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
145-
run: sudo apt install gh -y
146-
147139
- name: Download benchmarks from "latest"
148140
run: just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease
149141
env:

0 commit comments

Comments
 (0)