Skip to content

Commit

Permalink
Fix Pillarbox version in the demo app (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored Dec 4, 2024
1 parent 6e1b4ca commit d9ff06f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Add Apple certificate
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
name: 🧪 Tests
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
platform: [ios, tvos]
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Add Apple certificate
run: |
Expand Down

0 comments on commit d9ff06f

Please sign in to comment.