Skip to content

Commit

Permalink
Update native-compile-platforms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Nov 19, 2024
1 parent 1016d5f commit 9368c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/native-compile-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
id: cache-oh-sdk
uses: actions/cache@v4
env:
cache-name: cache-oh-sdk-9
cache-name: cache-oh-sdk-12
with:
path: ${{ steps.oh-sdk-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-build-${{ env.cache-name }}
Expand Down Expand Up @@ -295,11 +295,11 @@ jobs:
npm -v
java --version
echo "=============== list files in oh sdk ($HOME/openharmony) ==============="
pushd $HOME/openharmony
pushd $HOME/openharmony/command-line-tools
ls -l
popd
export PATH=$PATH:$HOME/openharmony/bin
export PATH=$PATH:$HOME/openharmony/command-line-tools/bin
which hvigorw
NATIVE_ROOT=$GITHUB_WORKSPACE/native
Expand Down

0 comments on commit 9368c9c

Please sign in to comment.