Skip to content

Commit c897893

Browse files
committed
fix: allow user access to bird socket
1 parent 27aff47 commit c897893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Get dependencies
3131
run: go get -v -t -d ./...
3232

33+
- run: sudo chown $(whoami):$(whoami) /run/bird/bird.ctl
34+
3335
- run: go generate -x
3436
- run: go build -v .
3537
- run: make dep

0 commit comments

Comments
 (0)