We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcabe6 commit a23db55Copy full SHA for a23db55
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
image: maclotsen/texlive:with-gf
24
shell: bash
25
- options: --rm -i --user=root -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/build
+ options: --rm -i -v ${{ github.workspace }}/texmf:/root/texmf -v ${{ github.workspace }}:/build
26
run: |
27
git config --global --add safe.directory /build/gitinfo-lua
28
make -C gitinfo-lua build
0 commit comments