From a3871bfcf9ec6f1529830984ee41ed37bf701cb0 Mon Sep 17 00:00:00 2001 From: sanni prasad Date: Thu, 1 Feb 2024 12:04:33 +0530 Subject: [PATCH] setup flutter env --- .github/workflows/build.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8632763..555b0c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,4 +19,12 @@ jobs: steps: # Clones the project on the machine - - uses: actions/checkout@v4 \ No newline at end of file + - uses: actions/checkout@v4 + + # Installs flutter and related dependency on this machine + - name: Setup Flutter + uses: subosito/flutter-action@v2 + with: + channel: 'stable' + # flutter-version: '3.16.8' + # ^ If you want to use a specific version of flutter \ No newline at end of file