ensure we check out the correct repo

develop
Myk Taylor 2023-08-16 22:32:05 -07:00
parent 1a6aec1de8
commit 6a94dd4f25
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

@ -92,7 +92,13 @@ jobs:
repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }}
ref: ${{ inputs.structures_ref }}
path: library/xml
fetch-depth: 0
- name: Clone structures (temporary override)
if: '!inputs.structures_ref'
uses: actions/checkout@v3
with:
repository: DFHack/df-structures
ref: refs/heads/linux
path: library/xml
- name: Fetch ccache
if: inputs.platform-files
uses: actions/cache/restore@v3

@ -53,7 +53,6 @@ jobs:
with:
artifact-name: linux64-depot
dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }}
structures_ref: refs/heads/linux
cache-id: release
cache-readonly: true
common-files: false