Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Feb 7, 2025
1 parent 2ad84e7 commit 4488f81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/native-compile-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
- name: Checking libGL.so.1
run: |
echo "Checking libGL.so.1 since sdk/default/hms/toolchains/lib/libimage_transcoder_shared.so needs it"
ls -l /usr/lib/x86_64-linux-gnu/*.so
ls -l /usr/lib/x86_64-linux-gnu/*.so*
- uses: actions/checkout@v4
- name: Download external libraries
Expand Down Expand Up @@ -341,12 +341,7 @@ jobs:
popd
export PATH=$PATH:$HOME/openharmony/commandline-tools-linux-x64-5.0.7.200/bin
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
echo "PATH=$PATH"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
echo "ldd ..."
ldd $HOME/openharmony/commandline-tools-linux-x64-5.0.7.200/sdk/default/hms/toolchains/lib/libimage_transcoder_shared.so
ls -l /usr/lib/x86_64-linux-gnu
echo "hvigorw path:"
which hvigorw
Expand Down

0 comments on commit 4488f81

Please sign in to comment.