Merge pull request #778 from krille-chan/dependabot/github_actions/maxim-lobanov/setup-xcode-1.6.0
build: (deps): bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0
This commit is contained in:
commit
400b0641ac
1 changed files with 3 additions and 1 deletions
4
.github/workflows/integrate.yaml
vendored
4
.github/workflows/integrate.yaml
vendored
|
|
@ -81,6 +81,8 @@ jobs:
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||||
cache: true
|
cache: true
|
||||||
- name: Setup Xcode version
|
- name: Setup Xcode version
|
||||||
uses: maxim-lobanov/setup-xcode@v1.5.1
|
uses: maxim-lobanov/setup-xcode@v1.6.0
|
||||||
|
with:
|
||||||
|
xcode-version: latest
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: flutter build ios --no-codesign
|
- run: flutter build ios --no-codesign
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue