Updating the script for QT

This commit is contained in:
Anonymus Raccoon
2020-02-19 00:11:25 +01:00
parent 8a5cd6796e
commit f3c3495b3b
+3 -3
View File
@@ -1,4 +1,4 @@
name: Build commit artifact
name: Build for linux
on:
push:
@@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install the SFML.
- name: Install the SFML and QT.
run: sudo apt-get update &&
sudo apt-get install --yes libsfml-dev qt5
sudo apt-get install --yes libsfml-dev qt5-default
- name: Build Makefile with CMake
run: mkdir -p build && cd build && cmake ..
- name: Build with Makefile