mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-03 15:47:52 +03:00
Merge PR #275.
This commit is contained in:
commit
ea0d7928ba
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -43,8 +43,6 @@ 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,8 +41,6 @@ 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,8 +39,6 @@ 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