Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 484eb79

Browse files
committed
Add missing pack install
1 parent 98f2288 commit 484eb79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
- name: Install pack
16+
uses: jvalkeal/[email protected]
17+
with:
18+
pack-version: 0.18.0
1519
# cache maven repo
1620
- uses: actions/cache@v1
1721
with:

0 commit comments

Comments
 (0)