act: Fail to run action xu-cheng/texlive-action/full
Bug report info
act --bug-report
act version: 0.2.32
GOOS: windows
GOARCH: amd64
NumCPU: 8
Docker host: DOCKER_HOST environment variable is unset/empty.
Sockets found:
\\.\pipe\docker_engine
Config files:
C:\Users\alan\.actrc:
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest
-P ubuntu-20.04=ghcr.io/catthehacker/ubuntu:act-20.04
-P ubuntu-18.04=ghcr.io/catthehacker/ubuntu:act-18.04
Build info:
Go version: go1.18.6
Module path: github.com/nektos/act
Main version: (devel)
Main path: github.com/nektos/act
Main checksum:
Build settings:
-compiler: gc
-ldflags: -s -w -X main.version=0.2.32 -X main.commit=21484b5c1ecbd9e1ddb6a57debd7731a3e1fc25f -X main.date=2022-10-01T03:01:40Z -X main.builtBy=goreleaser
CGO_ENABLED: 0
GOARCH: amd64
GOOS: windows
GOAMD64: v1
vcs: git
vcs.revision: 21484b5c1ecbd9e1ddb6a57debd7731a3e1fc25f
vcs.time: 2022-09-29T05:59:52Z
vcs.modified: false
Docker Engine:
Engine version: 20.10.17
Engine runtime: runc
Cgroup version: 1
Cgroup driver: cgroupfs
Storage driver: overlay2
Registry URI: https://index.docker.io/v1/
OS: Docker Desktop
OS type: linux
OS version:
OS arch: x86_64
OS kernel: 5.15.68.1-microsoft-standard-WSL2
OS CPU: 8
OS memory: 3825 MB
Security options:
name=seccomp,profile=default
Command used with act
act
Describe issue
Fail to use action xu-cheng/texlive-action/full@v1 from here
Link to GitHub repository
No response
Workflow content
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
with:
run:
latexmk -shell-escape -cd -pdf file.tex
Relevant log output
[gh-pages.yml/gh-pages] ❌ Failure - Main xu-cheng/texlive-action/full@v1
[gh-pages.yml/gh-pages] exit with `FAILURE`: 127
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (12 by maintainers)
I think act doesn’t respect this line:
ENV PATH="/opt/texlive/texdir/bin/x86_64-linuxmusl:${PATH}"
I’m not shure if act once did it correctly, if so there was no test case.