Oops, need to add sudo.

ms-llvm-action
Mooneer Salem 2023-04-08 17:58:10 -07:00
parent d32302d1c3
commit cf59da509b
1 changed files with 1 additions and 1 deletions

View File

@ -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