|
|
@ -92,7 +92,13 @@ jobs:
|
|
|
|
repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }}
|
|
|
|
repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }}
|
|
|
|
ref: ${{ inputs.structures_ref }}
|
|
|
|
ref: ${{ inputs.structures_ref }}
|
|
|
|
path: library/xml
|
|
|
|
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
|
|
|
|
- name: Fetch ccache
|
|
|
|
if: inputs.platform-files
|
|
|
|
if: inputs.platform-files
|
|
|
|
uses: actions/cache/restore@v3
|
|
|
|
uses: actions/cache/restore@v3
|
|
|
|