Skip to content

Commit f154486

Browse files
committed
Disable Cappy apt repo
1 parent 81e91b9 commit f154486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ jobs:
225225
- uses: actions/setup-node@v6
226226
with:
227227
node-version: lts/krypton
228+
- name: Disable Caddy apt repo (expired GPG key)
229+
run: |
230+
sudo rm -f /etc/apt/sources.list.d/caddy*.list || true
228231
- name: Setup cpp tools
229232
uses: aminya/setup-cpp@v1
230233
with:

0 commit comments

Comments
 (0)