mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
Shorten path for TMPDIR.
This commit is contained in:
parent
1ad77be3b7
commit
00a2411c80
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -24,11 +24,13 @@ 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
|
||||
run: |
|
||||
# Needed to shorten the path for zxing-cpp build
|
||||
$env:TMPDIR = "C:\e"
|
||||
poetry config virtualenvs.path C:\e
|
||||
.\build-helper.bat
|
||||
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user