Skip to content

Commit e5b7eaa

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ jobs:
4545
echo "deb-src http://ftp.us.debian.org/debian/ bookworm main contrib non-free" | sudo tee -a /etc/apt/sources.list
4646
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4747
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin
48+
sudo apt-get update
4849
sudo apt-get install python3-full python3-pip
4950
python3 -m venv venv
5051
source venv/bin/activate
5152
pip install PyYAML==6.0.1
5253
pip install python-frontmatter==0.5.0
5354
pip install pathlib
5455
55-
- save_cache:
56+
- save_cache:
5657
key: gem-cache-v1-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
5758
paths:
5859
- vendor/bundle

0 commit comments

Comments
 (0)