Skip to content

Commit

Permalink
[ci skip] Remove unused code in generate-oh-sdk-cache.yml (#17881)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Nov 19, 2024
1 parent ba73143 commit 158e15e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/generate-oh-sdk-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ jobs:
name: "Generate OH SDK cache"
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
id: setup-jdk
with:
distribution: 'zulu'
java-version: '17'

- name: Get oh sdk cache directory path
id: oh-sdk-cache-dir-path
run: |
Expand All @@ -33,11 +27,6 @@ jobs:
path: ${{ steps.oh-sdk-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-build-${{ env.cache-name }}

- uses: actions/setup-node@v4
with:
node-version: 14
cache: 'npm'

- if: ${{ steps.cache-oh-sdk.outputs.cache-hit != 'true' }}
name: No Cache found, install oh sdk
continue-on-error: false
Expand Down

0 comments on commit 158e15e

Please sign in to comment.