From a1a3b1ed5b734f518c15134bec3efff972d908c8 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Mon, 8 Apr 2024 00:33:20 +0100 Subject: [PATCH] fixed ci step name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a1ceed..0579a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Build run: autoreconf -ivf && PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig ./configure && make - build-macos-openssl-1.0: + build-macos-openssl-1-0-2: strategy: matrix: platform: [macos-latest]