diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a018a58..c8c8579 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -26,6 +26,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Fix Checkout + run: | + git fetch --force --tags + - name: Create Build Environment # Some projects don't allow in-source building, so create a separate # build directory. We'll use this as our working directory for all