Use $FLUTTER_ROOT in workflow

This commit is contained in:
Dain Nilsson 2024-04-03 12:09:58 +02:00
parent a8f50bb0c4
commit 0db7adaf42
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -81,7 +81,7 @@ jobs:
- name: Configure Flutter
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-$FLUTTER-x64
git config --global --add safe.directory $FLUTTER_ROOT
flutter config --enable-linux-desktop
flutter --version