aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/isabelle-action/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/isabelle-action/Dockerfile b/.github/isabelle-action/Dockerfile
index 28fcf65..a6caa79 100644
--- a/.github/isabelle-action/Dockerfile
+++ b/.github/isabelle-action/Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get -y update &&\
# Isabelle
+RUN echo $USER_HOME
ADD https://isabelle.in.tum.de/dist/Isabelle2020_linux.tar.gz Isabelle.tar.gz
RUN ls
RUN tar xzf Isabelle.tar.gz &&\