Skip to content

Commit

Permalink
Update the version of flutter on the weekly bot
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 7, 2024
1 parent 6595118 commit d2245bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ffigen_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ name: ffigen_weekly

on:
# Run once a week.
push:
branches: [main, stable]
paths:
- '.github/workflows/ffigen_weekly.yml'
pull_request:
branches: [main, stable]
paths:
- '.github/workflows/ffigen_weekly.yml'
schedule:
- cron: "0 0 * * 0"

Expand All @@ -22,7 +30,6 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: 3.19.0
channel: 'stable'
- name: Install dependencies
run: flutter pub get && flutter pub get --directory="../objective_c"
Expand Down

0 comments on commit d2245bc

Please sign in to comment.