mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 02:35:34 +00:00
Update actions
This commit is contained in:
parent
232018f03e
commit
df777874bc
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -78,11 +78,11 @@ jobs:
|
||||||
libhidapi-dev${{ matrix.platform.target_apt_arch }} \
|
libhidapi-dev${{ matrix.platform.target_apt_arch }} \
|
||||||
libwayland-client++0$ \
|
libwayland-client++0$ \
|
||||||
libwayland-cursor++0$ \
|
libwayland-cursor++0$ \
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: Ryujinx/SDL
|
repository: Ryujinx/SDL
|
||||||
ref: ${{ github.event.inputs.rev }}
|
ref: ${{ github.event.inputs.rev }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'SDL2-CS'
|
path: 'SDL2-CS'
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
@ -130,11 +130,11 @@ jobs:
|
||||||
name: ios
|
name: ios
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'libsdl-org/SDL'
|
repository: 'libsdl-org/SDL'
|
||||||
ref: 'SDL2'
|
ref: 'SDL2'
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'SDL2-CS'
|
path: 'SDL2-CS'
|
||||||
- name: Build (iOS)
|
- name: Build (iOS)
|
||||||
|
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
- uses: nuget/setup-nuget@v1
|
- uses: nuget/setup-nuget@v1
|
||||||
|
|
Loading…
Reference in a new issue