From 4b1025c70f15f976394e2478a213977cd7199c2d Mon Sep 17 00:00:00 2001 From: yansong Date: Fri, 5 Apr 2024 15:26:43 -0500 Subject: [PATCH] fix CI syntax issue --- .github/workflows/dart.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 1238bec..ea78a10 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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: