diff --git a/.github/workflows/runTest.yml b/.github/workflows/runTest.yml index f4fe2b0..e36b577 100644 --- a/.github/workflows/runTest.yml +++ b/.github/workflows/runTest.yml @@ -15,7 +15,10 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'latest' + flutter-version: '3.3.10' + - run: | + git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.3.10-x64 + flutter build bundle - name: Install dependencies run: flutter pub get