mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 07:53:30 +08:00
cleanup
This commit is contained in:
parent
c794e63091
commit
4c54270ca1
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
||||
@ -696,7 +696,7 @@ def docker_build() -> None:
|
||||
)
|
||||
_docker_build(
|
||||
image_name,
|
||||
os.getcwd() + '/config/docker/Dockerfile',
|
||||
'config/docker/Dockerfile',
|
||||
version_num,
|
||||
build_num,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user