Skip to content

Commit 6f75ea9

Browse files
committed
CI: Use sudo and update Debian source and keyserver
1 parent 0f9941d commit 6f75ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
name: Setup git-annex
6060
command: |
6161
if [[ ! -d /usr/lib/git-annex.linux ]]; then
62-
wget -O- http://neuro.debian.net/lists/trusty.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
63-
apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
64-
apt update && apt-get install -y --no-install-recommends git-annex-standalone
62+
wget -O- http://neuro.debian.net/lists/jammy.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
63+
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
64+
sudo apt-get update && sudo apt-get install -y --no-install-recommends git-annex-standalone
6565
fi
6666
git config --global user.name 'NiPreps Bot'
6767
git config --global user.email '[email protected]'
@@ -313,7 +313,7 @@ jobs:
313313
command: mkdir -p $SUBJECTS_DIR
314314
- run:
315315
name: Install Graphviz
316-
command: apt update && apt -y install graphviz
316+
command: sudo apt-get update && sudo apt-get -y install --no-install-recommends graphviz
317317
- run:
318318
name: Install deps
319319
command: |

0 commit comments

Comments
 (0)