From 29c04a743fa1c018fff812754ea0382de6306a7b Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Tue, 2 Jul 2024 01:13:10 +0800 Subject: [PATCH] gdfg --- .gitea/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 9f187ea..9d1ac04 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: cmake -S . -B build - run: cmake --build build --target all - run: build/Bilby