From 2b38024340335d3202821eca72e84bb948fdf9de Mon Sep 17 00:00:00 2001 From: Mic Neale Date: Wed, 18 Dec 2024 18:54:50 +1100 Subject: [PATCH] ssl env vars --- .github/workflows/cli-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index afa98ede0f..dbe83d07ec 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -31,7 +31,9 @@ jobs: run: | sudo apt update -y sudo apt install -y libdbus-1-dev libssl-dev gnome-keyring libxcb1-dev - gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar' + gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar' + echo "OPENSSL_DIR=/usr" >> $GITHUB_ENV + echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV - id: build shell: bash run: |