fix
Some checks failed
Gitea Actions Demo / checkout (push) Failing after -53s

This commit is contained in:
Maximilian Keßler 2023-10-16 16:17:22 +02:00
parent ec67cde2d1
commit 3080546a7d
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -13,6 +13,7 @@ jobs:
echo "In outer docker container:"
ls
pwd
ls /home
echo "end outer print"
- name: compile
uses: xu-cheng/texlive-action@v2
@ -20,7 +21,6 @@ jobs:
docker_image: aergus/latex
run: |
echo "in inner container"
ls /home
pwd
ls
echo "end inner print"