Browse Source

Add CI support for OpenBLAS on WoA

pull/5375/head
newyork_loki GitHub 2 months ago
parent
commit
cb2c726716
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/windows_arm64.yml

+ 1
- 1
.github/workflows/windows_arm64.yml View File

@@ -19,7 +19,7 @@ permissions:

jobs:
build:
# if: "github.repository == 'OpenMathLib/OpenBLAS'"
if: "github.repository == 'OpenMathLib/OpenBLAS'"
runs-on: windows-11-arm
steps:
- name: Checkout repository


Loading…
Cancel
Save