Skip to content

Commit

Permalink
Try with echo
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 12, 2024
1 parent d85011b commit 8a3e50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
g++ -I $JAVA_HOME/include -I $JAVA_HOME/include/darwin -L $JAVA_HOME/lib/server -ljvm CreateVM.cpp -o CreateVM.out
- name: Execute CreateVM
run: ${{ github.workspace }}/tests/native/CreateVM.out
env:
LD_LIBRARY_PATH: $JAVA_HOME/lib/server
run: |
echo "LD_LIBRARY_PATH=$(echo $JAVA_HOME/lib/server)" >> $GITHUB_ENV
${{ github.workspace }}/tests/native/CreateVM.out
build_container_jnet:
needs: check_changes
Expand Down

0 comments on commit 8a3e50d

Please sign in to comment.