mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-tnc.yml
This commit is contained in:
parent
4adee49ebb
commit
225e85f1d9
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-tnc.yml
vendored
5
.github/workflows/build-tnc.yml
vendored
|
@ -58,7 +58,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip3 install pyaudio
|
||||||
|
pip3 install psutil
|
||||||
|
pip3 install crcengine
|
||||||
|
pip3 install threading
|
||||||
- name: Build with pyinstaller for ${{matrix.TARGET}}
|
- name: Build with pyinstaller for ${{matrix.TARGET}}
|
||||||
run: ${{matrix.CMD_BUILD}}
|
run: ${{matrix.CMD_BUILD}}
|
||||||
- name: Load Release URL File from release job
|
- name: Load Release URL File from release job
|
||||||
|
|
Loading…
Reference in a new issue