mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +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
4
.github/workflows/rpcsx.yml
vendored
4
.github/workflows/rpcsx.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
cmake --build build -j4
|
||||
|
||||
- name: Upload RPCSX
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: rpcsx-bin
|
||||
path: build/bin/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue