Solving the CI for the tests

This commit is contained in:
Anonymus Raccoon
2020-02-19 00:16:15 +01:00
parent 60514500c9
commit 667f27adfb
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
python-version: '3.x'
- name: Install the SFML.
run: sudo apt-get update &&
sudo apt-get install --yes libsfml-dev
sudo apt-get install --yes libsfml-dev qt5-default
- name: Install Criterion
run: sudo add-apt-repository ppa:snaipewastaken/ppa &&
sudo apt-get update &&