mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
Use _PIP_USE_IMPORTLIB_METADATA=0 for pip-licenses.
This commit is contained in:
parent
068b3b5588
commit
c6c28afa48
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
||||
flutter analyze
|
||||
|
||||
- name: Build the Helper
|
||||
env:
|
||||
_PIP_USE_IMPORTLIB_METADATA: 0
|
||||
run: ./build-helper.sh
|
||||
|
||||
- name: Build the app
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -41,6 +41,8 @@ jobs:
|
||||
flutter analyze
|
||||
|
||||
- name: Build the Helper
|
||||
env:
|
||||
_PIP_USE_IMPORTLIB_METADATA: 0
|
||||
run: ./build-helper.sh
|
||||
|
||||
- name: Build the app
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
flutter analyze
|
||||
|
||||
- name: Build the Helper
|
||||
env:
|
||||
_PIP_USE_IMPORTLIB_METADATA: 0
|
||||
run: .\build-helper.bat
|
||||
|
||||
- name: Build the app
|
||||
|
Loading…
Reference in New Issue
Block a user