Skip to content

Commit 549b442

Browse files
committed
script tidying
1 parent d15e126 commit 549b442

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
command: |
152152
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
153153
sudo apt update --allow-releaseinfo-change
154-
sudo apt install -y libpng-dev
154+
sudo apt install libjpeg-dev make python g++ -y
155155
- install_psh_cli
156156
- run:
157157
name: Switch to edge branch
@@ -167,7 +167,6 @@ jobs:
167167
command: |
168168
# Need to re-build site theme with any Unity changes.
169169
# Download and configure node and npm.
170-
sudo apt install libjpeg-dev make python g++ -y
171170
git clone https://github.com/nvm-sh/nvm.git
172171
cd nvm
173172
chmod +x install.sh

0 commit comments

Comments
 (0)