mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 03:43:43 +02:00
setup-djgpp-toolchain/action.yml: Fixed typo.
This commit is contained in:
@@ -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 }}";
|
||||
|
||||
Reference in New Issue
Block a user