mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
Use $FLUTTER_ROOT in workflow
This commit is contained in:
parent
a8f50bb0c4
commit
0db7adaf42
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user