Skip to content

Commit 5a2fb71

Browse files
committed
attempt to fix cargo build
1 parent 26b8f60 commit 5a2fb71

File tree

4 files changed

+4035
-4
lines changed

4 files changed

+4035
-4
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
node-version: lts/jod
4444
- name: Set up JDK 17
45-
uses: actions/setup-java@v3
45+
uses: actions/setup-java@v4
4646
with:
4747
java-version: "17"
4848
distribution: "temurin"
@@ -51,6 +51,7 @@ jobs:
5151
with:
5252
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
5353
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
54+
- run: cargo install cargo-ndk
5455
- run: npm ci
5556
- run: npm run bootstrap
5657
- run: npm test
@@ -95,7 +96,7 @@ jobs:
9596
with:
9697
node-version: lts/jod
9798
- name: Set up JDK 17
98-
uses: actions/setup-java@v3
99+
uses: actions/setup-java@v4
99100
with:
100101
java-version: "17"
101102
distribution: "temurin"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ferric-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"bootstrap": "npm run build"
1717
},
1818
"devDependencies": {
19-
"ferric-cli": "^0.2.0"
19+
"ferric-cli": "*"
2020
}
2121
}

0 commit comments

Comments
 (0)