Skip to content

Commit 75b40c2

Browse files
committed
install rustup where needed
1 parent ba7a784 commit 75b40c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ jobs:
111111
steps:
112112
- name: Print runner information
113113
run: uname -a
114+
115+
# Native runners don't have rustup by default
116+
- name: Install rustup
117+
if: matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x'
118+
run: sudo apt-get install -y rustup
119+
114120
- uses: actions/checkout@v4
115121
- name: Install Rust (rustup)
116122
shell: bash

0 commit comments

Comments
 (0)