From 83e566a36664419e0bcf4a27f57026021b01480b Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 21 Dec 2023 15:46:17 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Accept=20codeberg=20certs=20so?= =?UTF-8?q?=20we=20can=20get=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c20d1ce..7d8a322 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ jobs: name: Install dependencies command: | apk add openssh + ssh-keyscan -H codeberg.org > ~/.ssh/known_hosts git submodule init git submodule update - run: