We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22340a2 commit d1294d5Copy full SHA for d1294d5
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
32
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
33
- - run: npm ci
+ - run: npm install
34
35
- name: Create Release Pull Request or Publish to npm
36
id: changesets
0 commit comments