This commit is contained in:
parent
b936b8acaf
commit
550a948946
@ -11,6 +11,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- run: apt install unixodbc
|
||||
- run: pip install -r requirements.txt
|
||||
- run: ls ${{ gitea.workspace }}
|
||||
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user