Skip to content

Commit

Permalink
Merge pull request #45 from alchemy-fr/fix-debian-archive
Browse files Browse the repository at this point in the history
Update config.yml fix deprecated repo debian sources
  • Loading branch information
moctardiouf authored Aug 7, 2023
2 parents 2b9f769 + 46be3de commit f8ce41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
key: dependency-cache
paths:
- ~/.composer
- run: sudo mv /etc/apt/sources.list /etc/apt/sources.list.bkp && sudo touch /etc/apt/sources.list
- run: echo "deb http://archive.debian.org/debian stretch main non-free" | sudo tee -a /etc/apt/sources.list
- run: sudo apt-get update
- run: sudo apt-get install -y zlib1g-dev ghostscript gpac imagemagick libav-tools libfreetype6-dev libicu-dev libmagickwand-dev libmcrypt-dev librabbitmq-dev libssl-dev libxslt-dev libzmq3-dev ufraw mcrypt swftools unoconv unzip xpdf
- run: sudo apt-get clean
Expand Down

0 comments on commit f8ce41d

Please sign in to comment.