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