Updated build linux yaml
This commit is contained in:
@@ -5,6 +5,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build Linux
|
name: Build Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: python:3.12-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Configure Git Redirect
|
- name: Configure Git Redirect
|
||||||
run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/"
|
run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/"
|
||||||
@@ -19,6 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python --version
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
|
|||||||
Reference in New Issue
Block a user