Skip to content

Commit d6741e2

Browse files
committed
CI: use Ubuntu's package name rather than executable name
To be consistent with the other arches. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 5b225b7 commit d6741e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- if: matrix.arch == 'arm64'
123123
run: sudo apt-get install -y qemu-system-arm
124124
- if: matrix.arch == 'ppc64le'
125-
run: sudo apt-get install -y qemu-system-ppc64
125+
run: sudo apt-get install -y qemu-system-ppc
126126

127127
# Setup: rustc
128128
- if: matrix.install == 'rustup'

0 commit comments

Comments
 (0)