Skip to content

Commit

Permalink
update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Dec 3, 2024
1 parent 734c3a0 commit 6f25b5c
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 141 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: Select Xcode version
run: |
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
- name: List
run: |
xcodebuild -list
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/emailauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: Select Xcode version
run: |
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
- name: Setup
run: gem install bundler; bundle install
- name: Build
Expand Down
Loading

0 comments on commit 6f25b5c

Please sign in to comment.