Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit ca276a8

Browse files
committed
actions(build-ci): add changing owner command to build-ci workflow
1 parent 063d8ae commit ca276a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102
- uses: actions/checkout@v2
103103

104104
- name: Get Secman via homebrew
105-
run: brew install scmn-dev/tap/secman
105+
run: |
106+
sudo chown -R 501:20 "/Users/runner/.npm"
107+
brew install scmn-dev/tap/secman
106108
107109
- name: Show Version
108110
run: secman version

0 commit comments

Comments
 (0)