From 7bb7a5a6b1aa29dcdefab695083f1e45043a7c2a Mon Sep 17 00:00:00 2001 From: Marco De Araujo Date: Fri, 2 Jan 2026 10:12:51 -0400 Subject: [PATCH] Testing workflow --- .forgejo/workflows/release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 21bf313..8a7ce3b 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -17,11 +17,13 @@ jobs: - target: x86_64-unknown-linux-gnu cross: true platform: linux/amd64 - deps: "build-essential libssl-dev pkg-config" + deps: "build-essential libssl-dev pkg-config gcc-x86_64-linux-gnu" env: PKG_CONFIG_ALLOW_CROSS: "1" - OPENSSL_DIR: /usr - PKG_CONFIG_PATH: "/usr/lib/pkgconfig:/usr/share/pkgconfig" + OPENSSL_STATIC: "1" + OPENSSL_LIB_DIR: "/usr/lib/x86_64-linux-gnu" + OPENSSL_INCLUDE_DIR: "/usr/include/openssl" + PKG_CONFIG_ALL_STATIC: "1" - target: x86_64-pc-windows-gnu cross: true