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: @@ -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

Loading…
Cancel
Save