Skip to content

Commit

Permalink
Simplify build-artifacts GitHub workflow
Browse files Browse the repository at this point in the history
Run `bundle exec rake templates` instead of `bundle exec rake compile`
because the only generated code needed for release are the headers.
  • Loading branch information
egiurleo committed Jan 13, 2025
1 parent e332952 commit 2fa173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
bundler-cache: true

- name: Build library
run: bundle exec rake compile
run: bundle exec rake templates

- name: Package libprism source
run: |
Expand Down

0 comments on commit 2fa173b

Please sign in to comment.