Skip to content

Commit bcfc446

Browse files
authored
install as root in macos test build
1 parent bbafcde commit bcfc446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: make
2121
run: |
2222
cd ${{ github.workspace }}/build
23-
make install
23+
sudo make install

0 commit comments

Comments
 (0)