Skip to content

Commit 5a2b3a7

Browse files
Next test.
1 parent 211c016 commit 5a2b3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ environment:
128128
install:
129129
- sh: |
130130
cd $APPVEYOR_BUILD_FOLDER
131-
if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y update fi
131+
if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y update; fi
132132
if [ "$COMPILER_ID" != "clang" ]; then sudo apt-get -y install gcc-multilib g++-multilib libpng-dev libjpeg-dev libgif-dev libtiff-dev libogg-dev libvorbis-dev libsndfile-dev zlib1g-dev; fi
133133
if [ "$COMPILER_ID" = "clang" ]; then brew install jpeg giflib libtiff libogg libvorbis libsndfile zlib; fi
134134
- cmd: |

0 commit comments

Comments
 (0)