Skip to content

Commit

Permalink
fix project name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasromanomr committed Nov 29, 2024
1 parent ab556af commit bcc3d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: |
xcodebuild clean build \
-workspace 'Cache.xcproject' \
-workspace 'Cache.xcodeproj' \
-scheme '${{ matrix.build-config['scheme'] }}' \
-sdk '${{ matrix.build-config['sdk'] }}' \
-destination '${{ matrix.build-config['destination'] }}'
Expand All @@ -49,7 +49,7 @@ jobs:
fi
xcodebuild test \
-workspace 'Cache.xcproject' \
-workspace 'Cache.xcodeproj' \
-scheme '${{ matrix.build-config['scheme'] }}' \
-sdk '${{ matrix.build-config['sdk'] }}' \
-destination '${{ matrix.build-config['destination'] }}'

0 comments on commit bcc3d7a

Please sign in to comment.