Skip to content

Commit 5f2f796

Browse files
committed
ci: fix metadata permission collision in build workflow
1 parent 9b68461 commit 5f2f796

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: C/C++ CI
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "fix-issue-44-memory-leak" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "master", "fix-issue-44-memory-leak" ]
88

99
jobs:
1010
build:
@@ -21,6 +21,8 @@ jobs:
2121
run: make
2222
- name: sudo make install
2323
run: sudo make install
24+
- name: fix permissions for dist
25+
run: sudo chown -R $USER:$USER .
2426
- name: make dist
2527
run: make dist
2628
- name: install cups and ippeveprinter for testing

0 commit comments

Comments
 (0)