Skip to content

Commit 0fef94e

Browse files
committed
fixup! fixup! Separate apt cache location
1 parent 8afe954 commit 0fef94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
run: |
8888
# TODO WIP (should only export new files)
8989
mkdir ~/apt-cache ~/apt-cache/lists ~/apt-cache/archives
90-
ln -t ~/apt-cache/lists /var/lib/apt/lists/*
91-
ln -t ~/apt-cache/archives /var/cache/apt/archives/*.deb
90+
sudo ln -t ~/apt-cache/lists /var/lib/apt/lists/*
91+
sudo ln -t ~/apt-cache/archives /var/cache/apt/archives/*.deb
9292
9393
lint:
9494
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)