Skip to content

Commit 1f1cc80

Browse files
LD_LIBRARY_PATH
1 parent ff70bcd commit 1f1cc80

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: pwsh
4545
working-directory: java
4646
env:
47-
OKAPI_LIBRARY_PATH: "${{ github.workspace }}/libs"
47+
LD_LIBRARY_PATH: "${{ github.workspace }}/libs"
4848
API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
4949
- name: Upload Unit Test Results - Java
5050
if: always()

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: pwsh
4141
working-directory: python
4242
env:
43-
OKAPI_LIBRARY_PATH: "${{ github.workspace }}/libs"
43+
LD_LIBRARY_PATH: "${{ github.workspace }}/libs"
4444
API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
4545
- name: Upload Unit Test Results - Python
4646
if: always()

.github/workflows/release-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
gradle publish
4545
working-directory: java
4646
env:
47-
OKAPI_LIBRARY_PATH: "${{ github.workspace }}/libs"
47+
LD_LIBRARY_PATH: "${{ github.workspace }}/libs"
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: pwsh
3535
working-directory: python
3636
env:
37-
OKAPI_LIBRARY_PATH: "${{ github.workspace }}/libs"
37+
LD_LIBRARY_PATH: "${{ github.workspace }}/libs"
3838
API_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
3939
- name: Publish distribution 📦 to PyPI
4040
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)