From 05b9030d8e0efa05698915abb79f82e0bad3e62f Mon Sep 17 00:00:00 2001 From: scatterflower <2956568+scatterflower@users.noreply.github.com> Date: Thu, 27 Aug 2020 21:11:00 -0500 Subject: [PATCH] Fix incorrect package name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f1fd69..fc79537 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: # Runs a single command using the runners shell - 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 - name: qmake and build