Skip to content

Commit

Permalink
arm patch失败
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 14, 2022
1 parent 6be8230 commit 44b3261
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ jobs:
run: |
sudo apt-get install gcc-multilib g++-multilib
- uses: actions/checkout@v2
- name: npm install
shell: bash
run: npm install
- name: Install NDK
run: |
cd ~
Expand Down Expand Up @@ -232,6 +235,9 @@ jobs:
run: |
sudo apt-get install gcc-multilib g++-multilib
- uses: actions/checkout@v2
- name: npm install
shell: bash
run: npm install
- name: Install NDK
run: |
cd ~
Expand Down

0 comments on commit 44b3261

Please sign in to comment.