Skip to content

Commit 7a98dd7

Browse files
authored
fix(circleci): outdated neurodebian setup
1 parent 6857754 commit 7a98dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Install git and git-annex
5353
command: |
5454
if [[ ! -e "/tmp/cache/git-annex-standalone.tar.gz" ]]; then
55-
wget -O- http://neuro.debian.net/lists/trusty.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
55+
wget -O- http://neuro.debian.net/lists/focal.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
5656
sudo apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
5757
sudo apt update && sudo apt-get install -y --no-install-recommends git-annex-standalone
5858
mkdir -p /tmp/cache

0 commit comments

Comments
 (0)