From c8925dbe0034cdc1f8b64a23bd4a714671542a43 Mon Sep 17 00:00:00 2001 From: LDA Date: Tue, 10 Sep 2024 20:19:20 +0200 Subject: [PATCH] [CI] checkout is stupid --- .forgejo/workflows/check-gcc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/check-gcc.yaml b/.forgejo/workflows/check-gcc.yaml index ac442df..86f41e1 100644 --- a/.forgejo/workflows/check-gcc.yaml +++ b/.forgejo/workflows/check-gcc.yaml @@ -14,7 +14,8 @@ jobs: - name: Clone Cytoplasm uses: actions/checkout@v3 with: - repository: "https://git.telodendria.io/Telodendria/Cytoplasm" + repository: "Telodendria/Cytoplasm" + github-server-url: 'https://git.telodendria.io' - name: Configure Cytoplasm run: ./configure --with-lmdb