Skip to content

Commit

Permalink
Fix???????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Feb 15, 2024
1 parent fc2c046 commit 67919fb
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: Flutter version
run: flutter --version

Expand Down Expand Up @@ -75,17 +76,11 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
- name: Cache build files
uses: actions/cache@v3
uses: irgaly/xcode-cache@v1
with:
path: |
**/build
**/.packages
**/.flutter-plugins
**/.dart_tool/package_config.json
**/ios/Pods
key: build-pubspec5-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
key: build-pubspec6-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
build-pubspec5-${{ runner.os }}
build-pubspec6-${{ runner.os }}
- name: Install Flutter dependencies
run: flutter pub get
- name: Run integration tests
Expand Down

0 comments on commit 67919fb

Please sign in to comment.