diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 762bb69e..ed02739b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Prepare run: chmod u+x .github/workflows/*.sh @@ -53,6 +55,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Prepare run: | @@ -69,6 +73,9 @@ jobs: name: Build and test FreeBSD executable steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: FreeBSD id: test uses: vmactions/freebsd-vm@v1