Skip to content

Commit

Permalink
fix CI syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe committed Apr 5, 2024
1 parent d58f50c commit 4b1025c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
job2:
name: Build iOS example app
runs-on: macos-13

steps:
- uses: actions/checkout@v1

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
with:
xcode-version: "15.0.1"

- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 4b1025c

Please sign in to comment.