Updated build linux yaml

This commit is contained in:
2025-12-30 19:09:28 +01:00
parent 9da6e81470
commit 7efe8f276c

View File

@@ -5,6 +5,8 @@ jobs:
build:
name: Build Linux
runs-on: ubuntu-latest
container:
image: python:3.12-slim
steps:
- name: Configure Git Redirect
run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/"
@@ -19,6 +21,7 @@ jobs:
- name: Install Dependencies
run: |
python --version
pip install -r requirements.txt
- name: Build Executable