Skip to content

Commit 5dea297

Browse files
committed
Remove quotes around xvfb_cmd
1 parent 46af2c5 commit 5dea297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ runs:
2626
#see https://github.com/GabrielBB/xvfb-action
2727
sudo apt-get install --yes xvfb
2828
sudo apt-get install --yes libgtk2.0-0
29-
echo 'xvfb_cmd="xvfb-run --auto-servernum"' >> "$GITHUB_ENV"
29+
echo 'xvfb_cmd=xvfb-run --auto-servernum' >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)