Cleaning the CI

This commit is contained in:
AnonymusRaccoon
2020-02-28 11:16:28 +01:00
parent fc89c9128e
commit 40659a3708
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install the dependencies of the SFML.
run: sudo apt-get update &&
sudo apt-get install --yes qt5-default libfreetype6-dev libxrandr-dev libudev-dev libogg-dev libflac-dev libvorbis-dev libopenal-dev freeglut3-dev
sudo apt-get install --yes libfreetype6-dev libxrandr-dev libudev-dev libogg-dev libflac-dev libvorbis-dev libopenal-dev freeglut3-dev
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
- name: Install the SFML.
+1
View File
@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install Qt
uses: ouuan/install-qt-action@v2.3.1
arch: win64_mingw73
- name: Install the SFML.
run: |
Invoke-WebRequest -Uri https://www.sfml-dev.org/files/SFML-2.5.1-windows-gcc-7.3.0-mingw-64-bit.zip -OutFile sfml.zip