This commit is contained in:
Loup-Garou911XD 2024-05-19 16:39:27 +05:30
parent c794e63091
commit 4c54270ca1
2 changed files with 1 additions and 3 deletions

View File

@ -212,8 +212,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Setup build dependencies
run: sudo apt-get install -y cmake
- name: Setup project environment
run: make env
- name: Make the build

View File

@ -696,7 +696,7 @@ def docker_build() -> None:
)
_docker_build(
image_name,
os.getcwd() + '/config/docker/Dockerfile',
'config/docker/Dockerfile',
version_num,
build_num,
)