Skip to content

Commit

Permalink
Update test_language_bindings.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 6da985e commit 991d8d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_language_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,8 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Run Rust
env:
LD_LIBRARY_PATH: ${{ github.workspace }}/build
run: |
echo "Hello ${{ github.workspace }}/"
make rust

0 comments on commit 991d8d0

Please sign in to comment.