mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-06 16:40:27 +08:00
Update tests.yaml
This commit is contained in:
22
.github/workflows/tests.yaml
vendored
22
.github/workflows/tests.yaml
vendored
@ -8,21 +8,21 @@ jobs:
|
|||||||
runs-on: [self-hosted, macOS, ARM64]
|
runs-on: [self-hosted, macOS, ARM64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Configure git-lfs to ignore most files
|
||||||
|
run: |
|
||||||
|
git config --global lfs.fetchinclude 'packages/rive_flutter/**'
|
||||||
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
- uses: subosito/flutter-action@v2
|
||||||
|
with:
|
||||||
|
flutter-version: "3.19.0"
|
||||||
|
|
||||||
- name: Clone and checkout Flutter version
|
- name: Build Shared Lib
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/flutter/flutter.git
|
cd shared_lib
|
||||||
cd flutter
|
./build_shared.sh
|
||||||
git checkout tags/3.19.0
|
cd ../
|
||||||
|
|
||||||
- name: Add the Flutter path
|
|
||||||
run: echo "$GITHUB_WORKSPACE/flutter/bin" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
- name: Set Flutter root
|
|
||||||
run: echo "FLUTTER_ROOT=$GITHUB_WORKSPACE/flutter" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Run Flutter doctor
|
- name: Run Flutter doctor
|
||||||
run: flutter doctor
|
run: flutter doctor
|
||||||
|
Reference in New Issue
Block a user