Update build-tnc.yml

This commit is contained in:
DJ2LS 2021-08-13 21:34:01 +02:00 committed by GitHub
parent 4adee49ebb
commit 225e85f1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,10 @@ jobs:
- name: Install dependencies
run: |
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}}
run: ${{matrix.CMD_BUILD}}
- name: Load Release URL File from release job