Skip to content

Commit 27ebdee

Browse files
committed
Build prism first
1 parent 0ce9249 commit 27ebdee

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/java.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
with:
2727
bundler-cache: true
2828

29-
# - name: bundle install
30-
# run: bundle install
31-
32-
# - name: Render Templates
33-
# run: bundle exec rake templates
34-
3529
- name: Render Templates
36-
run: rake templates
30+
run: bundle exec rake templates
31+
32+
- name: Compile Herb
33+
run: bundle exec rake make
3734

3835
- name: Build JNI library
3936
run: make jni

0 commit comments

Comments
 (0)