Fix incorrect package name
This commit is contained in:
parent
28ce4828db
commit
05b9030d8e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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: sudo apt-get install qt5-default libqt5websockets-dev g++ make
|
run: sudo apt-get install qt5-default libqt5websockets5-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
|
||||||
|
Loading…
Reference in New Issue
Block a user