mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-24 19:36:17 +00:00
Workflows cleanup + misc fixes (#371)
* Workflows cleanup * clang-format * SDL3: Disabling unnecessary options * Revert CMakeLists.txt changes
This commit is contained in:
parent
3fd2abdd5b
commit
254b9ffb50
9 changed files with 27 additions and 39 deletions
5
.github/workflows/linux-qt.yml
vendored
5
.github/workflows/linux-qt.yml
vendored
|
@ -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: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue