use cmake (#321)

This commit is contained in:
Logan McNaughton
2022-10-05 13:40:38 -06:00
committed by GitHub
parent 88b903e033
commit 44f2eee29e
3 changed files with 22 additions and 33 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Update and install packages
run: |
dnf -y update
dnf -y install pkgconf-pkg-config which cmake make nasm qt6-qtwebsockets-devel hidapi-devel zlib-devel libpng-devel SDL2_net-devel wget zip git ShellCheck
dnf -y install pkgconf-pkg-config which cmake ninja-build make nasm qt6-qtwebsockets-devel hidapi-devel zlib-devel libpng-devel SDL2_net-devel wget zip git ShellCheck
- uses: actions/checkout@v3
- name: Check shell scripts
run: |