Skip to content

Commit 246e5f7

Browse files
committed
Fix CI
1 parent f5dbdf3 commit 246e5f7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-and-snapshot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656
with:
5757
go-version: ${{ matrix.go-version }}
5858

59+
- name: Download JStall minimal JAR for go:embed
60+
shell: bash
61+
run: |
62+
mkdir -p dist
63+
curl -fsSL -o dist/jstall-minimal.jar https://github.com/parttimenerd/jstall/releases/latest/download/jstall-minimal.jar
64+
ls -lh dist/jstall-minimal.jar
65+
5966
- name: Install dependencies
6067
run: go mod tidy -e || true
6168

0 commit comments

Comments
 (0)