From 3a9559e7af45d4391baf63828b294c0686c9ae09 Mon Sep 17 00:00:00 2001 From: Jason I Date: Fri, 13 Jan 2023 19:41:11 -0800 Subject: [PATCH] chore: typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed7f0ad8..d5758272 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: which -a openssl - name: Link OpenSSL (macOS only) - if: matrix.name == 'macos-latest' + if: matrix.name == 'macos' run: | # see https://github.dev/sfackler/rust-openssl/blob/2e986986784f0136d6666a0ef354ff6bafee63eb/openssl/src/lib.rs#L62-L63 export OPENSSL_STATIC=1