From 13c6893b67a7975037ad372b1e1dc72984e8983d Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 13 Feb 2026 17:02:46 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a30b9a9f..e1c11d02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -517,7 +517,7 @@ jobs: echo "--pip debug verbose--" "$PYTHON" -m pip debug --verbose echo "--------" - elif ([ "${RUNNER_OS}" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then + if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then # custom cryptography wheel for win arm64 since the project doesn't provide one: # https://github.com/pyca/cryptography/issues/14293 gh release download --repo "jay0lee/cryptography-wheels" --pattern "*win_arm64.whl" --clobber --output cryptography-win_arm64.whl