Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
fix change of debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed Oct 6, 2023
1 parent 82ba48c commit f0723fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- run:
name: "Run test on Web env"
command: |
sudo sed -i -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e '/stretch-updates/d' /etc/apt/sources.list
sudo apt update
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
cd ./test/test-web
Expand Down

0 comments on commit f0723fc

Please sign in to comment.