Skip to content

Commit

Permalink
💚 upgrade frb
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 7, 2023
1 parent b85a39e commit dae6d9b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
NDK_VERSION: 25.2.9519653
FLUTTER_VERSION: '3.13.9'
FLUTTER_CHANNEL: 'stable'
FRB_VERSION: 'v1.54.0'
FRB_VERSION: 'v1.82.3'

jobs:

Expand Down Expand Up @@ -156,23 +156,12 @@ jobs:
flutter-version: ${{ env.FLUTTER_VERSION }}
architecture: x64

- name: Setup ffigen (flutter2)
if: steps.check_asset.outputs.skip_build != 'true' && startsWith(matrix.config.flutter_version, '2')
run: |
dart pub global activate ffigen 4.1.3
- name: Install LLVM and Clang (Linux/Android)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' ) && !startsWith(matrix.config.flutter_version, '2')
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' )
run: |
sudo apt update
sudo apt install -y libclang-dev
- name: Install LLVM and Clang (Linux/Android)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' ) && startsWith(matrix.config.flutter_version, '2')
run: |
sudo apt update
sudo apt install -y libclang-13-dev
- name: Install libfuse2 (Linux)
if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.target == 'linux'
run: |
Expand Down

0 comments on commit dae6d9b

Please sign in to comment.