Skip to content

Commit

Permalink
Fix workflow file?
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisk-emikhaylov committed Aug 2, 2024
1 parent 624f0c1 commit 44f1be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Test MRBind bindings
if: ${{ matrix.os == 'ubuntu24' }}
env: LD_LIBRARY_PATH: .
env: LD_LIBRARY_PATH: '.'
working-directory: build/Release/bin
run: python3 -c 'from meshlib2 import mrmeshpy; from meshlib2 import mrmeshnumpy'

Expand Down

0 comments on commit 44f1be7

Please sign in to comment.