Skip to content

Commit d5ae6ca

Browse files
committed
fix: add java to gh workflow
1 parent da6061f commit d5ae6ca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/stacks-blockchain-api.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v2
4545

46+
- uses: actions/setup-java@v1
47+
with:
48+
java-version: '9.0.4'
49+
java-package: jdk
50+
architecture: x64
51+
4652
- uses: actions/cache@v1
4753
with:
4854
path: ~/.npm
@@ -107,6 +113,12 @@ jobs:
107113
steps:
108114
- uses: actions/checkout@v2
109115

116+
- uses: actions/setup-java@v1
117+
with:
118+
java-version: '9.0.4'
119+
java-package: jdk
120+
architecture: x64
121+
110122
- name: Use Node.js
111123
uses: actions/setup-node@v1
112124
with:
@@ -148,6 +160,12 @@ jobs:
148160
with:
149161
token: ${{ secrets.GH_TOKEN }}
150162

163+
- uses: actions/setup-java@v1
164+
with:
165+
java-version: '9.0.4'
166+
java-package: jdk
167+
architecture: x64
168+
151169
- name: Semantic Release
152170
uses: cycjimmy/[email protected]
153171
id: semantic

0 commit comments

Comments
 (0)