Skip to content

Commit 300afde

Browse files
committed
ci(tests): install bluez via sudo
1 parent f7c53ad commit 300afde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python }}
3030

3131
- name: Install bluez
32-
run: apt-get install bluez
32+
run: sudo apt-get install bluez
3333

3434
- name: Install dependencies
3535
run: |

0 commit comments

Comments
 (0)