We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dbdf3 commit 246e5f7Copy full SHA for 246e5f7
1 file changed
.github/workflows/build-and-snapshot.yml
@@ -56,6 +56,13 @@ jobs:
56
with:
57
go-version: ${{ matrix.go-version }}
58
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
+
66
- name: Install dependencies
67
run: go mod tidy -e || true
68
0 commit comments