Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 8, 2024
1 parent b985c60 commit 3ac99e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ concurrency: # cancel previous workflow run if one exists.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
working-directory: "apps/${{ matrix.sample-app }}"

env:
XCODE_VERSION: "15.3"

Expand All @@ -26,6 +22,9 @@ jobs:
# List all sample apps you want to have compiled.
# List item is name of directory inside of "apps" directory for the corresponding app to compile.
- "amiapp_flutter"
defaults:
run:
working-directory: "apps/${{ matrix.sample-app }}"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3ac99e8

Please sign in to comment.