From 3f64d6efc18ac61f1e4d394c551ffcb24e238db6 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 25 Jun 2025 20:30:07 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2b8015..e65a5aa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -35,6 +35,11 @@ jobs: QT_QPA_PLATFORM: "offscreen" steps: + - name: Prepare checkout directory + run: | + # Create a directory for the checkout + mkdir -p _checkout_ + - name: Checkout BEC Plugin Repository id: plugin_checkout uses: actions/checkout@v4