generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a prefix causes action to fail #35
Comments
I think you just want
|
Hmm, that leaves this without the screen specification though. That might work but I have a feeling it won't. Will give it a shot. |
Ok good luck, I have it in my action here, without it I was having issues using GLMakie during the building of the docs |
I ran into this issue too, trying to pass the |
LilithHafner
added a commit
to LilithHafner/Tk.jl
that referenced
this issue
Jul 19, 2024
LilithHafner
added a commit
to LilithHafner/Tk.jl
that referenced
this issue
Jul 19, 2024
* add -a to normal doc builds bc build on master failed (even though PR build passed) * inline docdeploy to hack around julia-actions/julia-docdeploy#35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a previously working (manual) action with the following Julia invocation:
which was working fine. Transitioning to
causes an error 'xvfb-run -s 'screen 0 1024x768x24': command not found`
You can see the output of the job here
https://github.com/JuliaPlots/MakieTeX.jl/actions/runs/9436669310/job/25991614390?pr=49#step:8:67
and this has occurred on other repos I tried to transition to this workflow as well...
The text was updated successfully, but these errors were encountered: