Skip to content

Commit

Permalink
Issue #26 fixed double sudo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed May 4, 2023
1 parent 1fe733b commit 5bc5350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sudo apt-get install libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev
sudo apt-get install libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev
sudo apt-get install libxcb-render-util0-dev libxcb-util-dev libxcb-xinerama0-dev libxcb-xkb-dev
sudo sudo apt-get install libxcb-cursor-dev
sudo apt-get install libxcb-cursor-dev
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-dev
export DISPLAY=":1"
Expand Down

0 comments on commit 5bc5350

Please sign in to comment.