workflow failed: command not found: xdpyinfo
Closed this issue · 1 comments
kvii commented
We should use an issue to discuss CI problem.
I copied and executed the following code as a .sh file.
midgard/.github/workflows/midgard.yml
Lines 25 to 42 in 8e6acdb
Then I got the same error as CI。
Waiting for Xvfb to be ready...... Gave up waiting for X server on :0.0
I copied the code of while condition(line 33), and executed it manually.
Then I got this error. I think this is the reason.
$ xdpyinfo -display ":0.0"
zsh: command not found: xdpyinfo
changkun commented
Should be fixed now.