|
|
@ -32,13 +32,12 @@ jobs:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
fetch-depth: 0
|
|
|
|
fetch-depth: 0
|
|
|
|
ref: ${{ github.event.inputs.commit_hash }}
|
|
|
|
ref: ${{ github.event.inputs.commit_hash }}
|
|
|
|
persist-credentials: false
|
|
|
|
|
|
|
|
- name: Get 3rd party SDKs
|
|
|
|
- name: Get 3rd party SDKs
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
repository: DFHack/3rdparty
|
|
|
|
repository: DFHack/3rdparty
|
|
|
|
ref: main
|
|
|
|
ref: main
|
|
|
|
token: ${{ secrets.DFHACK_3RDPARTY_TOKEN }}
|
|
|
|
ssh-key: ${{ secrets.DFHACK_3RDPARTY_TOKEN }}
|
|
|
|
path: depends
|
|
|
|
path: depends
|
|
|
|
- name: Fetch ccache
|
|
|
|
- name: Fetch ccache
|
|
|
|
uses: actions/cache@v3
|
|
|
|
uses: actions/cache@v3
|
|
|
|