diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 028c2d5..071fe82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get tags - run: git fetch --tags origin + run: git fetch --tags origin -f - uses: awalsh128/cache-apt-pkgs-action@v1.1.1 if: runner.os == 'Linux'