From be32a0ed79dd42a9ebcff3ec6224a4dab51f8575 Mon Sep 17 00:00:00 2001 From: bandithedoge Date: Sun, 15 Dec 2024 13:53:52 +0100 Subject: [PATCH] ci: build examples and commit flake update --- .github/workflows/update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e81bfda..061daed 100755 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,9 +23,12 @@ jobs: chmod +x update.sh ./update.sh + - name: Build examples + run: | + nix build ./examples/* --override-input devkitNix . + - name: Add & Commit uses: EndBug/add-and-commit@v9.1.1 with: default_author: github_actions message: "Update sources" - add: "sources/*.json"