File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments