mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
# Needed to shorten the path for zxing-cpp build
|
||||
poetry config virtualenvs.path C:\e
|
||||
|
||||
- name: Build the Helper
|
||||
run: .\build-helper.bat
|
||||
|
Loading…
Reference in New Issue
Block a user