Skip to content

Commit

Permalink
Update CI toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
normalllll committed Sep 23, 2024
1 parent 887f95d commit d0adc88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- 'v*'

env:
FLUTTER_VERSION: '3.24.0'
RUST_VERSION: '1.80.0'
FLUTTER_VERSION: '3.24.3'
RUST_VERSION: '1.81.0'

jobs:
build-and-release:
Expand All @@ -23,7 +23,7 @@ jobs:
with:
cache: true
cache-workspaces: |-
./rus
./rust
- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit d0adc88

Please sign in to comment.