Skip to content

Commit 57e81c1

Browse files
authored
Remove gh cli isntall from GH workflows (#618)
Signed-off-by: Simon Davies <[email protected]>
1 parent b562a6a commit 57e81c1

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@ jobs:
142142
RUST_LOG: debug
143143
run: just test-rust-crashdump ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
144144

145-
### Benchmarks ###
146-
- name: Install github-cli (Linux mariner)
147-
if: runner.os == 'Linux' && matrix.hypervisor == 'mshv'
148-
run: sudo dnf install gh -y
149-
150-
- name: Install github-cli (Linux ubuntu)
151-
if: runner.os == 'Linux' && matrix.hypervisor == 'kvm'
152-
run: sudo apt install gh -y
153-
154145
- name: Download benchmarks from "latest"
155146
run: just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease
156147
env:

0 commit comments

Comments
 (0)