Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 5, 2024
1 parent e961b6c commit 7ba5085
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 164 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:

env:
LLVM_VERSION: '10.0'
RUST_TOOLCHAIN: nightly-2024-04-15
RUST_TOOLCHAIN: nightly-2024-09-04
NDK_VERSION: 25.2.9519653
FLUTTER_VERSION: '3.19.3'
FLUTTER_VERSION: '3.24.2'
FLUTTER_CHANNEL: 'stable'
FRB_VERSION: 'v2.0.0-dev.32'

Expand Down Expand Up @@ -123,6 +123,8 @@ jobs:

- id: check_asset
name: Check asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd kobi/ci
cargo run --release --bin check-asset
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

target/
Loading

0 comments on commit 7ba5085

Please sign in to comment.