Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Dec 11, 2023
1 parent 61a728c commit 363b109
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: CI

env:
FLUTTER_VERSION: 3.3.9
MELOS_VERSION: 2.8.0

on:
push:
branches:
Expand All @@ -12,19 +8,16 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true

- name: Install Melos
run: flutter pub global activate melos $MELOS_VERSION
run: flutter pub global activate melos

- name: Bootstrap packages
run: melos bootstrap
Expand Down

0 comments on commit 363b109

Please sign in to comment.