From 55b048aab93f7fd27e1baedb07b1c56d330ae822 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 29 Mar 2023 00:05:40 +0300 Subject: [PATCH] github: enable nswitch and psvita CI builds back, test if continuous tag gets correctly deleted --- .github/workflows/c-cpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a82e9c83..1669895c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -34,12 +34,12 @@ jobs: # targetos: motomagx # targetarch: armv6 -# - os: ubuntu-20.04 -# targetos: nswitch -# targetarch: arm64 -# - os: ubuntu-20.04 -# targetos: psvita -# targetarch: armv7hf + - os: ubuntu-20.04 + targetos: nswitch + targetarch: arm64 + - os: ubuntu-20.04 + targetos: psvita + targetarch: armv7hf - os: windows-latest targetos: win32 targetarch: amd64