Skip to content

Commit

Permalink
Fixed run-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent a72184c commit 937b569
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 937b569

Please sign in to comment.