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