Skip to content

Commit

Permalink
Build and export
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Dec 12, 2024
1 parent 8a3e50d commit 074bc0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
- name: Execute CreateVM
run: |
echo "LD_LIBRARY_PATH=$(echo $JAVA_HOME/lib/server)" >> $GITHUB_ENV
echo "GITHUB_ENV_LD_LIBRARY_PATH=$(echo $JAVA_HOME/lib/server)" >> $GITHUB_ENV
export LD_LIBRARY_PATH=${{ env.GITHUB_ENV_LD_LIBRARY_PATH }}
export
${{ github.workspace }}/tests/native/CreateVM.out
build_container_jnet:
Expand Down

0 comments on commit 074bc0d

Please sign in to comment.