Merge pull request #194 from AttorneyOnline/ci-fix-linux

Fix Linux CI
This commit is contained in:
Rosemary Witchaven 2021-08-23 00:01:11 -05:00 committed by GitHub
commit f7e5a58d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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