From 566ad1776655edc8a8bf8cb36157e0d5ff27bbc2 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 15 Jul 2024 17:08:28 +0200 Subject: [PATCH] Switch to checkout fork that supports subdirectories --- .gitea/workflows/ci_meson.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci_meson.yaml b/.gitea/workflows/ci_meson.yaml index d41abab..3015d30 100644 --- a/.gitea/workflows/ci_meson.yaml +++ b/.gitea/workflows/ci_meson.yaml @@ -25,9 +25,7 @@ jobs: meson_version: ["1.4.0"] steps: - name: Checkout Code - uses: actions/checkout@v4 - with: - gitea-server-url: 'https://libneat.hopto.org/git/' + uses: https://gitea.com/ScMi1/checkout@v1 - name: Setup Python uses: actions/setup-python@v5 with: