From 607dae32fe89a9157729dcee32d7f46c1e171db3 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 15:49:16 -0500 Subject: [PATCH] Checkout. --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b035f63..b6a06ef 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,6 +15,8 @@ jobs: env: QT_VERSION: 6.7.3 steps: + - uses: actions/checkout@v6 + - name: Install Rust run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y