Skip to content

Commit

Permalink
fix: sudo give me a break
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Feb 4, 2025
1 parent 2aa45e8 commit cc4fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Chrome
run: |
sudo apt-get install -y wget
sudo apt-get update && apt-get install -y \
sudo apt-get update && sudo apt-get install -y \
fonts-liberation \
libasound2 \
libatk-bridge2.0-0 \
Expand Down

0 comments on commit cc4fa99

Please sign in to comment.