From 392c14311f5f48b0bfaa4e141c36ea2c365b90b1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Dec 2019 13:35:16 -0800 Subject: linux release-candidate build: try setting LIBRARY_PATH. For some reason ld can't find zlib in the latest build. Maybe this will help? --- .github/workflows/release-candidate.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 90ee9e0fa..9e33d9ccf 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v1 - name: Create linux package run: | + export LIBRARY_PATH=/lib:/usr/lib make debpkg mkdir linux-release-candidate cp linux/artifacts/*.deb linux-release-candidate/ -- cgit v1.2.3