From 49ec6258888530774cc5dcef35f575a5abe44d4e Mon Sep 17 00:00:00 2001 From: Bokuan Li Date: Tue, 10 Mar 2026 22:55:00 -0400 Subject: [PATCH] Fixed basic problem with the workflow. --- .gitea/workflows/compile.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index e9c8b07..2e72ac7 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -6,6 +6,8 @@ jobs: Compile: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@v4 - name: List files in the repository run: | ls ${{ gitea.workspace }}