diff --git a/.github/actions/prepare_for_build/action.yml b/.github/actions/prepare_for_build/action.yml index 44c0867a..8703fc26 100644 --- a/.github/actions/prepare_for_build/action.yml +++ b/.github/actions/prepare_for_build/action.yml @@ -69,6 +69,7 @@ runs: - name: Install Flutter uses: subosito/flutter-action@v2 with: + flutter-version: '3.3.2' channel: stable cache: true cache-key: ${{ github.sha }} diff --git a/.github/workflows/clear_flutter_cache.yml b/.github/workflows/clear_flutter_cache.yml deleted file mode 100644 index 6a1e7eb3..00000000 --- a/.github/workflows/clear_flutter_cache.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Clear Flutter Cache - -on: - workflow_dispatch - -jobs: - clear: - name: Clear Cache - runs-on: ubuntu-latest - steps: - - name: Install Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - cache: true - cache-key: ${{ github.sha }} - - - name: Flutter Doctor - working-directory: ${{ github.workspace }} - run: flutter doctor -v diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..e2e6ec0c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "yaml.schemas": { + "https://json.schemastore.org/github-issue-config.json": "file:///Users/jagandeepbrar/Git/LunaSea/.github/ISSUE_TEMPLATE/config.yml" + } +}