Skip to content

Commit

Permalink
xcode 버전 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar authored Dec 22, 2023
1 parent 6934e12 commit d3a9993
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
- name: Create Secrets File
run: |
echo "GOOGLE_API_KEY=${{ secrets.GOOGLE_API_KEY }}" >> Secrets.xcconfig
Expand Down

0 comments on commit d3a9993

Please sign in to comment.