We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15e126 commit 549b442Copy full SHA for 549b442
.circleci/config.yml
@@ -151,7 +151,7 @@ jobs:
151
command: |
152
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
153
sudo apt update --allow-releaseinfo-change
154
- sudo apt install -y libpng-dev
+ sudo apt install libjpeg-dev make python g++ -y
155
- install_psh_cli
156
- run:
157
name: Switch to edge branch
@@ -167,7 +167,6 @@ jobs:
167
168
# Need to re-build site theme with any Unity changes.
169
# Download and configure node and npm.
170
- sudo apt install libjpeg-dev make python g++ -y
171
git clone https://github.com/nvm-sh/nvm.git
172
cd nvm
173
chmod +x install.sh
0 commit comments