Skip to content

Commit da213b8

Browse files
committed
sudo
1 parent 4fd2653 commit da213b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
echo "MANUAL='true'" >> "$GITHUB_ENV";
251251
echo "Running smoke tests on supplied executable";
252252
uname -m;
253-
apt install xvfb;
253+
sudo apt install xvfb;
254254
mkdir -p artifacts;
255255
pip3 install 'pipenv==2023.11.15';
256256
pip3 install 'ruff>=0.4.8,<0.5';

0 commit comments

Comments
 (0)