From 54049a2af589cb6a4d51662a944257d00f224244 Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Wed, 9 Oct 2024 06:48:16 +0100 Subject: [PATCH] Use the latest trimja version This version removes build commands if only the order-only dependencies have changed. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 011ac85..ccb5f6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,8 @@ jobs: - run: npm run configure - name: Run trimja uses: elliotgoodrich/trimja-action@release + with: + version: '0.4.0' - run: ninja -k 0 deploy: