mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-22 05:50:57 +00:00
Switch to checkout@v3
This commit is contained in:
parent
7b7046588d
commit
0fc27053cd
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -72,11 +72,11 @@ jobs:
|
|||
libdrm-dev${{ matrix.platform.target_apt_arch }} \
|
||||
libgbm-dev${{ matrix.platform.target_apt_arch }} \
|
||||
libpulse-dev${{ matrix.platform.target_apt_arch }}
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: libsdl-org/SDL
|
||||
path: SDL2
|
||||
- uses: actions/checkout@v2
|
||||
repository: 'libsdl-org/SDL'
|
||||
ref: 'SDL2'
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: 'SDL2-CS'
|
||||
- name: Configure CMake
|
||||
|
|
Loading…
Reference in a new issue