Skip to content

Commit 8184af3

Browse files
committed
Update config.yml
1 parent 907999b commit 8184af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- run:
3737
name: install dependencies
3838
command: |
39-
wget -qO - https://ftp-master.debian.org/keys/archive-key-11.asc | sudo apt-key add -
39+
sudo apt-get update
40+
sudo apt-get install --allow-unauthenticated debian-archive-keyring
4041
gem install bundler:2.4.22
4142
bundle install --path vendor/bundle
4243
sudo rm /etc/apt/sources.list
4344
echo "deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
4445
echo "deb-src http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
4546
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4647
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
47-
sudo apt-get update
4848
sudo apt-get install python3-full python3-pip
4949
python3 -m venv venv
5050
source venv/bin/activate

0 commit comments

Comments
 (0)