Skip to content

Commit

Permalink
added sudo to xorg install
Browse files Browse the repository at this point in the history
  • Loading branch information
celedev97 committed Nov 18, 2023
1 parent 9de81fc commit 2a383de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup xorg-dev
run: apt-get install xorg-dev -y
run: sudo apt-get install xorg-dev -y

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 2a383de

Please sign in to comment.