forked from mirrors/thatmattlove-hyperglass
fix ci installer privileges [skip ci]
This commit is contained in:
parent
6bc59430fe
commit
8a2d8c3abd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
|
@ -14,4 +14,4 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Run hyperglass
|
- name: Run hyperglass
|
||||||
run: './install.sh'
|
run: 'sudo bash ./install.sh'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue