a
All checks were successful
Build Inex Executable / Build (push) Successful in 43s

This commit is contained in:
Jonathan Branan 2024-07-17 14:12:41 -05:00
parent 6de149b112
commit 524f55e4a8

View File

@ -12,7 +12,7 @@ jobs:
python-version: '3.12.4' python-version: '3.12.4'
cache: 'pip' # caching pip dependencies cache: 'pip' # caching pip dependencies
- run: apt-get update - run: apt-get update
- run: apt-get install unixodbc - run: apt-get install unixodbc -y
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: ls ${{ gitea.workspace }} - run: ls ${{ gitea.workspace }}
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py