This commit is contained in:
Hamish Coleman 2021-11-01 10:43:53 +00:00
parent e538e55ed7
commit 06cc8ae64b

View File

@ -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