revert the temporary linux structures override

now that the windows and linux structures are aligned again
develop
Myk Taylor 2023-09-10 04:26:02 -07:00
parent f23d96bf25
commit a7121a2f80
No known key found for this signature in database
1 changed files with 0 additions and 7 deletions

@ -92,13 +92,6 @@ jobs:
repository: ${{ inputs.structures_ref && github.repository || 'DFHack/df-structures' }}
ref: ${{ inputs.structures_ref }}
path: library/xml
- 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