We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec1a0 commit d9699aaCopy full SHA for d9699aa
.github/workflows/build.yml
@@ -215,7 +215,9 @@ jobs:
215
sudo apt-get update
216
sudo apt-get install -y --no-install-recommends \
217
python3 python3-pip python3-dev \
218
- build-essential libcurl4-openssl-dev
+ 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
221
222
- name: Python Dependencies
223
id: python_depends
0 commit comments