From 57e324b8f43cce6eb52928ef1c03adea6e9ac631 Mon Sep 17 00:00:00 2001 From: Myk Date: Wed, 16 Aug 2023 22:05:00 -0700 Subject: [PATCH] Allow forced structures ref to find the branch name --- .github/workflows/build-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 9e377a3c7..37247c395 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -91,6 +91,7 @@ jobs: with: repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }} ref: ${{ inputs.structures_ref }} + fetch_depth: 0 path: library/xml - name: Fetch ccache if: inputs.platform-files