Need privilege for apt-get

This commit is contained in:
scatterflower 2020-08-27 21:09:14 -05:00 committed by GitHub
parent 65e853d811
commit 28ce4828db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: Install dependencies - name: Install dependencies
run: apt-get install qt5-default libqt5websockets-dev g++ make run: sudo apt-get install qt5-default libqt5websockets-dev g++ make
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: qmake and build - name: qmake and build