Skip to content

Commit 922daf7

Browse files
committed
CI: fix apt-get install package can't locate issue
1 parent 6fd85f9 commit 922daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- checkout
1515
- run:
1616
name: Install System Dependencies
17-
command: sudo apt-get update && sudo apt-get install gcc make libpng-dev libpng16-dev nasm -y
17+
command: sudo apt-get update && sudo apt-get install gcc make libpng12-dev nasm -y
1818
- run:
1919
name: Install Docker client
2020
command: |

0 commit comments

Comments
 (0)