summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-17 14:56:59 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-17 14:56:59 -0400
commit9d5bd502463bea2ce7f3e7cf2d28b52d64321f7d (patch)
treee0b4741f579c37750e8f3f323c3d9b846a484192
parentea73a9c5fea05c77d0d64cff4a7270f27f07af70 (diff)
Add ninja diff to CI
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a62f1603..c787ae2f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -35,6 +35,10 @@ jobs:
- name: Prepare
run: cp -R /orig .
+ - name: Diff
+ run: |
+ ninja diff
+
# Build the project
- name: Build
run: |