File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ jobs:
119119 - name : Print runner information
120120 run : uname -a
121121
122- # Native runners don't have rustup by default
122+ # Native ppc and s390x runners don't have rustup by default
123123 - name : Install rustup
124124 if : matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x'
125- run : sudo apt-get install -y rustup
125+ run : sudo apt-get update && sudo apt-get install -y rustup
126126
127127 - uses : actions/checkout@v4
128128 - name : Install Rust (rustup)
@@ -135,7 +135,7 @@ jobs:
135135 rustup default "$channel"
136136 rustup target add "${{ matrix.target }}"
137137
138- # Our scripts use nextest if possible. This is skipped on the native ppc
138+ # Our scripts use nextest if possible. This is skipped on the native ppc
139139 # and s390x runners since install-action doesn't support them.
140140 - uses : taiki-e/install-action@nextest
141141 if : " !(matrix.os == 'ubuntu-24.04-ppc64le' || matrix.os == 'ubuntu-24.04-s390x')"
You can’t perform that action at this time.
0 commit comments