Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jan 4, 2025
1 parent 58014cb commit f4f4996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Install OpenHarmony SDK
uses: fcitx-contrib/ohpm-cli-tools@master
uses: fcitx-contrib/ohpm-cli-tools@dev
with:
major: ${{ env.SDK_VERSION_MAJOR }}
minor: ${{ env.SDK_VERSION_MINOR }}

- name: Setup OpenHarmony SDK
run: |
echo /tmp/command-line-tools/bin >> $GITHUB_PATH
# Setup npm registry
npm config set registry https://repo.huaweicloud.com/repository/npm/
npm config set "@ohos:registry" https://repo.harmonyos.com/npm/
Expand Down

0 comments on commit f4f4996

Please sign in to comment.