We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46af2c5 commit 5dea297Copy full SHA for 5dea297
.github/actions/setup/action.yml
@@ -26,4 +26,4 @@ runs:
26
#see https://github.com/GabrielBB/xvfb-action
27
sudo apt-get install --yes xvfb
28
sudo apt-get install --yes libgtk2.0-0
29
- echo 'xvfb_cmd="xvfb-run --auto-servernum"' >> "$GITHUB_ENV"
+ echo 'xvfb_cmd=xvfb-run --auto-servernum' >> "$GITHUB_ENV"
0 commit comments