Skip to content

Commit

Permalink
Correct Spacing for YAML syntax #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBlister committed May 29, 2022
1 parent 5c18231 commit c114d0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ jobs:
path: ${{ env.SDL2_FRAMEWORK }}
key: ${{ matrix.os }}-sdl2-${{ hashFiles('.github/workflows/ci.yml', 'EndlessSky.xcodeproj/**', 'utils/set_dylibs_rpath.sh', 'utils/fetch_sdl2_framework.sh') }}
- name: Compile Engine
if: steps.cache-artifact0.outputs.cache-hit != 'true'
run: xcodebuild -target "ES_Engine" -configuration "Release" -jobs $(sysctl -n hw.logicalcpu) -quiet
if: steps.cache-artifact0.outputs.cache-hit != 'true'
run: xcodebuild -target "ES_Engine" -configuration "Release" -jobs $(sysctl -n hw.logicalcpu) -quiet
- name: Compile Game
if: steps.cache-artifact1.outputs.cache-hit != 'true'
run: xcodebuild -target "Endless Sky" -configuration "Release" -jobs $(sysctl -n hw.logicalcpu) -quiet
Expand All @@ -330,7 +330,7 @@ jobs:
if: steps.cache-artifact0.outputs.cache-hit != 'true'
run: mv "build/Release/ES_Engine.framework/Versions/A" .
- name: Upload engine framework
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2
with:
name: binary-${{ matrix.os }}
path: ${{ env.ARTIFACT0 }}
Expand Down

0 comments on commit c114d0f

Please sign in to comment.