Updated build linux yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user