Avoid having to bump the macos github action

This commit is contained in:
Vishesh Handa
2022-06-27 13:32:28 +02:00
parent e5b84455fe
commit b4ae9ef037
2 changed files with 4 additions and 2 deletions

View File

@ -17,9 +17,12 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install Deps - name: Install Deps
run: brew install git-crypt md5sha1sum gnu-sed create-dmg xmlstarlet run: brew install git-crypt md5sha1sum gnu-sed create-dmg xmlstarlet
- name: Get Flutter version
id: get-flutter-version
uses: zgosalvez/github-actions-get-flutter-version-env@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
flutter-version: "3.0.3" flutter-version: ${{ steps.get-flutter-version.outputs.version }}
- name: Test - name: Test
run: ./scripts/test.sh run: ./scripts/test.sh
# - name: Test Report # - name: Test Report

View File

@ -5,7 +5,6 @@
- [ ] Upgrade flutter-android-sdk - [ ] Upgrade flutter-android-sdk
- [ ] Upgrade pubspec.yaml - [ ] Upgrade pubspec.yaml
- [ ] Upgrade flutterw - [ ] Upgrade flutterw
- [ ] Upgrade .github/workflows/macos.yml
- [ ] Run `dart fix --apply` - [ ] Run `dart fix --apply`
- [ ] Check `flutter analyze` - [ ] Check `flutter analyze`