diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index fab5b7d..6a00906 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -6,6 +6,8 @@ jobs: Explore-Gitea-Actions: runs-on: rust-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 - name: 编译 run: | cargo b -r