Skip to content

Commit

Permalink
ci: build examples and commit flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
bandithedoge committed Dec 15, 2024
1 parent d3f592b commit be32a0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
default_author: github_actions
message: "Update sources"
add: "sources/*.json"

0 comments on commit be32a0e

Please sign in to comment.