We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afe954 commit 0fef94eCopy full SHA for 0fef94e
.github/workflows/ci.yml
@@ -87,8 +87,8 @@ jobs:
87
run: |
88
# TODO WIP (should only export new files)
89
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
+ sudo ln -t ~/apt-cache/lists /var/lib/apt/lists/*
+ sudo ln -t ~/apt-cache/archives /var/cache/apt/archives/*.deb
92
93
lint:
94
runs-on: ubuntu-20.04
0 commit comments