From cb2c726716be1931426fbbf7c8ceaa33adcc37a1 Mon Sep 17 00:00:00 2001 From: newyork_loki <137760120+lowkeyrossi@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:37:30 +0530 Subject: [PATCH] Add CI support for OpenBLAS on WoA --- .github/workflows/windows_arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_arm64.yml b/.github/workflows/windows_arm64.yml index bd23f955b..d1b5f94e0 100644 --- a/.github/workflows/windows_arm64.yml +++ b/.github/workflows/windows_arm64.yml @@ -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