This commit is contained in:
parent
8d63a07fa7
commit
3dea6f5fc3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
touch testfile
|
||||
ls
|
||||
echo "starting docker now"
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'ls'
|
||||
docker run --rm -v "$pwd:$pwd" -w "$pwd" 'aergus/latex' /bin/bash -eo pipefail '-c' '--' $'pwd && ls'
|
||||
echo "docker ended"
|
||||
- name: compile
|
||||
uses: xu-cheng/texlive-action@v2
|
||||
|
|
Loading…
Reference in a new issue