Skip to content

Commit acd4d76

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
fix(ci): remove cmd/jnicli references (moved to jni-proxy)
1 parent bfd942a commit acd4d76

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,8 @@ jobs:
5252
${{ runner.os }}-go-
5353
5454
- name: Vet packages
55-
run: go vet ./cmd/jnicli/ ./tools/...
55+
run: go vet ./tools/...
5656

57-
build-cli:
58-
name: Build CLI
59-
runs-on: ubuntu-latest
60-
steps:
61-
- uses: actions/checkout@v4
62-
63-
- uses: actions/setup-go@v5
64-
with:
65-
go-version: "1.24.x"
66-
67-
- uses: actions/cache@v4
68-
with:
69-
path: |
70-
~/go/pkg/mod
71-
~/.cache/go-build
72-
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
73-
restore-keys: |
74-
${{ runner.os }}-go-
75-
76-
- name: Build jnicli
77-
run: GOOS=linux GOARCH=amd64 go build -o /dev/null ./cmd/jnicli/
7857

7958
lint:
8059
name: Lint

0 commit comments

Comments
 (0)