Workflows cleanup + misc fixes (#371)

* Workflows cleanup

* clang-format

* SDL3: Disabling unnecessary options

* Revert CMakeLists.txt changes
This commit is contained in:
Xphalnos 2024-08-08 17:19:44 +02:00 committed by GitHub
parent 3fd2abdd5b
commit 254b9ffb50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 27 additions and 39 deletions

View file

@ -10,7 +10,6 @@ on:
branches: [ "main" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
@ -19,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Fetch submodules
run: git submodule update --init --recursive
with:
submodules: recursive
- name: Install misc packages
run: >