Skip to content

Commit 0874974

Browse files
committed
ci: not to require capnproto dependency anymore
The upstream has dropped it already, and we also remove the submodule at 0afc710.
1 parent 6583482 commit 0874974

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

.github/workflows/commit-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
- name: Spotless code style check
4848
run: make spotless
4949

50-
- name: Install dependency
51-
if: ${{ !steps.jni-cache.outputs.cache-hit }}
52-
run: ./script/dependency.sh
53-
5450
- name: Build Trime
5551
run: make debug
5652

.github/workflows/pull-request-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
- name: Spotless code style check
4848
run: make spotless
4949

50-
- name: Install dependency
51-
if: ${{ !steps.jni-cache.outputs.cache-hit }}
52-
run: ./script/dependency.sh
53-
5450
- name: Build Trime
5551
run: make debug
5652

.github/workflows/release-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
- name: Spotless code style check
5656
run: make spotless
5757

58-
- name: Install dependency
59-
if: ${{ !steps.jni-cache.outputs.cache-hit }}
60-
run: ./script/dependency.sh
61-
6258
- name: Build Trime
6359
run: make debug
6460

script/dependency.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)