Skip to content

Commit 2fa173b

Browse files
committed
Simplify build-artifacts GitHub workflow
Run `bundle exec rake templates` instead of `bundle exec rake compile` because the only generated code needed for release are the headers.
1 parent e332952 commit 2fa173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
bundler-cache: true
2424

2525
- name: Build library
26-
run: bundle exec rake compile
26+
run: bundle exec rake templates
2727

2828
- name: Package libprism source
2929
run: |

0 commit comments

Comments
 (0)