From 59cd5493e7b372509efdd06738d6826a421f88ea Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 18:35:08 +0100 Subject: [PATCH] github: add nswitch build target --- .github/workflows/c-cpp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 3b30e109..82430f05 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -34,6 +34,9 @@ jobs: # targetos: motomagx # targetarch: armv6 + - os: ubuntu-20.04 + targetos: nswitch + targetarch: aarch64 - os: windows-latest targetos: win32 targetarch: amd64