Skip to content

Commit d9699aa

Browse files
committed
devops: add missing rust compiler for s390x
Signed-off-by: Aaron Teo <[email protected]>
1 parent a6ec1a0 commit d9699aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ jobs:
215215
sudo apt-get update
216216
sudo apt-get install -y --no-install-recommends \
217217
python3 python3-pip python3-dev \
218-
build-essential libcurl4-openssl-dev
218+
libjpeg-dev build-essential libcurl4-openssl-dev
219+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
220+
source $HOME/.cargo/env
219221
220222
- name: Python Dependencies
221223
id: python_depends

0 commit comments

Comments
 (0)