Oops, need to add sudo.
parent
d32302d1c3
commit
cf59da509b
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install required packages
|
||||
shell: bash
|
||||
working-directory: ${{github.workspace}}
|
||||
run: apt-get install nsis
|
||||
run: sudo apt-get install nsis
|
||||
|
||||
- name: Download MinGW LLVM
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue