mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 22:03:55 +03:00
Shorten path used when building zxing-cpp.
This commit is contained in:
parent
16c2a7f647
commit
1ad77be3b7
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install poetry
|
pip install poetry
|
||||||
|
# Needed to shorten the path for zxing-cpp build
|
||||||
|
poetry config virtualenvs.path C:\e
|
||||||
|
|
||||||
- name: Build the Helper
|
- name: Build the Helper
|
||||||
run: .\build-helper.bat
|
run: .\build-helper.bat
|
||||||
|
Loading…
Reference in New Issue
Block a user