mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
setup-djgpp-toolchain/action.yml: Fixed typo.
This commit is contained in:
parent
929e304b18
commit
880343d0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ runs:
|
|||
with:
|
||||
path: '${{ runner.temp }}/${{ steps.calc.outputs.archive }}'
|
||||
key: ${{ steps.calc.outputs.cache-key }}
|
||||
- name: 'Extract DJGP archive'
|
||||
- name: 'Extract DJGPP archive'
|
||||
shell: pwsh
|
||||
run: |
|
||||
$archive = "${{ steps.calc.outputs.archive }}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue