diff options
-rw-r--r-- | .github/workflows/release-candidate.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 9e33d9ccf..90ee9e0fa 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -13,7 +13,6 @@ 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/ |