a
Some checks failed
Build Inex Executable / Build (push) Failing after 20s

This commit is contained in:
Jonathan Branan 2024-07-17 14:10:55 -05:00
parent 49eeacd967
commit 6de149b112

View File

@ -11,7 +11,8 @@ jobs:
with: with:
python-version: '3.12.4' python-version: '3.12.4'
cache: 'pip' # caching pip dependencies cache: 'pip' # caching pip dependencies
- run: apt-get add unixodbc - run: apt-get update
- run: apt-get install unixodbc
- 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