Update build-dev.yml

This commit is contained in:
jaspreetsachdev
2023-10-16 16:13:14 -04:00
committed by John Crispin
parent f12bbe2cac
commit c8c5f14071

View File

@@ -28,8 +28,8 @@ jobs:
# Clean unnecessary files to save disk space
- name: clean unncessary files to save space
run: |
echo `docker images -q`
run: |
docker rmi `docker images -q`
- name: Build image for ${{ matrix.target }}
id: build