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"