Skip to content

Commit fba8268

Browse files
committed
Prune did nothing; try building with --no-cache
1 parent cbaa2b8 commit fba8268

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_docker_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
fetch-depth: 1
6666
submodules: recursive
6767

68-
- name: Clear the Docker buildx cache
69-
run: docker buildx prune --force --all --verbose
70-
7168
- name: Build Docker images
72-
run: docker compose build
69+
run: |
70+
docker version
71+
docker buildx version
72+
docker compose build --no-cache
7373
7474
- name: Run C++ tests
7575
run: docker run --rm qsim-cxx-tests:latest

0 commit comments

Comments
 (0)