run apt-get update before installing dependencies
This commit is contained in:
parent
958752ef0a
commit
0202a2b3a0
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user