| author | |
| committer | |
| log | c0448a6c7c6a544ddfabd1a42c9dc42b47649fa8 |
| tree | bf191fbd482708174478f429ab6c927e70addf1f |
| parent | 91424823724de866776c8b6a999ea45f1ca9d374 |
The devkit is a pain in the ass to keep online, I'll add this back
later.1 files changed, 0 insertions(+), 9 deletions(-)
.github/workflows/ci.yaml-9| ... | @@ -90,12 +90,3 @@ jobs: | ... | @@ -90,12 +90,3 @@ jobs: |
| 90 | uses: actions/checkout@v4 | 90 | uses: actions/checkout@v4 |
| 91 | - name: Build and Test | 91 | - name: Build and Test |
| 92 | run: ci/x86_64-windows-release.ps1 | 92 | run: ci/x86_64-windows-release.ps1 |
| 93 | aarch64-windows: | ||
| 94 | runs-on: [self-hosted, Windows, aarch64] | ||
| 95 | env: | ||
| 96 | ARCH: "aarch64" | ||
| 97 | steps: | ||
| 98 | - name: Checkout | ||
| 99 | uses: actions/checkout@v4 | ||
| 100 | - name: Build and Test | ||
| 101 | run: ci/aarch64-windows.ps1 |