Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
* not so noisy apt-get
  • Loading branch information
Zwixx authored Dec 22, 2023
1 parent 53ee8e5 commit cf99b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install libusb-dev
run: sudo apt-get install libusb-1.0-0-dev xdotool -y
run: sudo apt-get -q install libusb-1.0-0-dev xdotool -y
- name: make
run: make

0 comments on commit cf99b2c

Please sign in to comment.