Skip to content

Commit a23db55

Browse files
committed
Update ci
1 parent 0dcabe6 commit a23db55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
image: maclotsen/texlive:with-gf
2424
shell: bash
25-
options: --rm -i --user=root -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/build
25+
options: --rm -i -v ${{ github.workspace }}/texmf:/root/texmf -v ${{ github.workspace }}:/build
2626
run: |
2727
git config --global --add safe.directory /build/gitinfo-lua
2828
make -C gitinfo-lua build

0 commit comments

Comments
 (0)