replaced the force flag with sudo
This commit is contained in:
parent
df01bf18d8
commit
bf61b5bb27
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
chmod +x ${{ matrix.build }}
|
||||
|
||||
- name: Praparating
|
||||
run: ./${{ matrix.configure }} force
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Build WHY2
|
||||
run: ./${{ matrix.build }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user