run apt-get update before installing dependencies

This commit is contained in:
Rosemary Witchaven 2021-08-22 23:58:00 -05:00 committed by GitHub
parent 958752ef0a
commit 0202a2b3a0
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