From 2fa173b5d797d914473112f28ff96297f53576da Mon Sep 17 00:00:00 2001 From: Emily Samp Date: Mon, 13 Jan 2025 09:26:14 -0600 Subject: [PATCH] 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. --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 4da95814fc..ec57121d3c 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -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: |