Skip to content

Commit

Permalink
Use specific commit for ArkAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Jul 17, 2024
1 parent 72d9494 commit 4b246a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ jobs:

- name: Set up ArkAnalyzer
run: |
git clone --depth=1 --branch=jacodb https://gitee.com/Lipenx/arkanalyzer
git clone https://gitee.com/openharmony-sig/arkanalyzer
cd arkanalyzer
# checkout master on 2024-07-17
git switch --detach a9d9fd6070fce5896d8e760ed7fd175b62b16605
npm install
npm run build
Expand Down

0 comments on commit 4b246a7

Please sign in to comment.