Browse Source

github: enable nswitch and psvita CI builds back, test if continuous tag gets correctly deleted

pull/2/head
Alibek Omarov 1 year ago
parent
commit
55b048aab9
  1. 12
      .github/workflows/c-cpp.yml

12
.github/workflows/c-cpp.yml

@ -34,12 +34,12 @@ jobs:
# targetos: motomagx # targetos: motomagx
# targetarch: armv6 # targetarch: armv6
# - os: ubuntu-20.04 - os: ubuntu-20.04
# targetos: nswitch targetos: nswitch
# targetarch: arm64 targetarch: arm64
# - os: ubuntu-20.04 - os: ubuntu-20.04
# targetos: psvita targetos: psvita
# targetarch: armv7hf targetarch: armv7hf
- os: windows-latest - os: windows-latest
targetos: win32 targetos: win32
targetarch: amd64 targetarch: amd64

Loading…
Cancel
Save