Skip to content

Commit

Permalink
Merge pull request #2 from hzzheyang/main
Browse files Browse the repository at this point in the history
报错Failed to spawn: unable to find process with name 'system_server'
  • Loading branch information
CrackerCat authored Nov 10, 2022
2 parents 9a29f1c + b08dc41 commit 97244ae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ jobs:
needs: [check_version, create_release]

steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-node@v2.1.4
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '10'
node-version: 16

- uses: fusion-engineering/setup-git-credentials@v2
with:
Expand All @@ -99,7 +98,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1.0.6
with:
ndk-version: r24-beta1
ndk-version: r25b

- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit 97244ae

Please sign in to comment.