From 8b1993fe4fede321a53b8c872b336a09c2d0127c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 4 Jun 2025 23:07:18 -0400 Subject: [PATCH] pkg --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 8d257e2..4288cb1 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -32,7 +32,7 @@ jobs: - name: install manifest-json-version run: go install github.com/eyedeekay/manifest-json-version@latest - run: git clone https://github.com/i2p/i2p.i2p ../i2p.i2p - - run: cd ../i2p.i2p && ant builddep + - run: cd ../i2p.i2p && ant pkg; true - name: build with Ant run: | export PATH=$PATH:$(go env GOPATH)/bin