Skip to content

Commit

Permalink
Correct spacing for YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBlister committed May 29, 2022
1 parent c81b49b commit 5c18231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
with:
path: ${{ env.ARTIFACT1 }}
key: ${{ matrix.os }}-artifacts-${{ hashFiles('source/**', '.github/workflows/ci.yml', 'EndlessSky.xcodeproj/**', 'utils/set_dylibs_rpath.sh', 'utils/fetch_sdl2_framework.sh') }}
- name: Restore cached tests binary
- name: Restore cached tests binary
id: cache-artifact2
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 5c18231

Please sign in to comment.