diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 7cd4fcae..12647e65 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -21,6 +21,8 @@ jobs: uses: actions/checkout@v4 with: ref: master + fetch-depth: 0 + fetch-tags: true - name: Build run: tools/cross-compile.sh diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 634692d0..632717f6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,9 @@ jobs: cache: false - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Build run: |