mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
infra: update workflows (#70)
* Update workflows * Clang format 18 * Fix apt package
This commit is contained in:
parent
4cf808facd
commit
6019477fcb
4 changed files with 11 additions and 11 deletions
6
.github/workflows/format.yml
vendored
6
.github/workflows/format.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run clang-format
|
||||
uses: jidicula/clang-format-action@v4.11.0
|
||||
uses: jidicula/clang-format-action@v4.13.0
|
||||
with:
|
||||
exclude-regex: (libspirv|3rdparty)
|
||||
clang-format-version: 16
|
||||
clang-format-version: 18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue