We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a8d92 commit d182d9bCopy full SHA for d182d9b
2 files changed
.github/workflows/ngc.yml
@@ -8,7 +8,7 @@ jobs:
8
container:
9
image: devkitpro/devkitppc:latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Install build requirements
13
run: |
14
apt update
@@ -44,4 +44,4 @@ jobs:
44
- name: Verify sdl2.pc
45
46
export PKG_CONFIG_PATH=${{ env.SDL2_DIR }}/lib/pkgconfig
47
- cmake/test/test_pkgconfig.sh
+ cmake/test/test_pkgconfig.sh
.github/workflows/nwii.yml
0 commit comments