remove cache
All checks were successful
ci / docker-build-and-test (pull_request) Successful in 3m8s

This commit is contained in:
Brock Allen
2024-03-04 07:33:35 +00:00
parent 7efae537cf
commit 034a249976
2 changed files with 1 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ RUN echo "alias ll='ls -laGFh'" >> /root/.bashrc
VOLUME ["/builder/mnt"]
WORKDIR /builder/mnt
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# install clang tools
ARG base_tag=bullseye