Skip to content

Commit b7273b6

Browse files
committed
fix(ci): create adbusers as system group for udev verification
1 parent 783864b commit b7273b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v6
1717

1818
- name: Test 51-android.rules
19-
run: |
20-
groupadd adbusers
19+
run: |
20+
groupadd -r adbusers
2121
udevadm verify 51-android.rules

0 commit comments

Comments
 (0)