snap: use Nix to compile the blueprints before building

This commit is contained in:
Jeffrey C. Ollie
2025-03-16 22:19:03 -05:00
parent 94886aa690
commit 18a9ff1c7b

View File

@ -319,12 +319,21 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Setup Cache - name: Setup Cache
uses: namespacelabs/nscloud-cache-action@v1.2.0 uses: namespacelabs/nscloud-cache-action@v1.2.0
with: with:
path: | path: |
/nix /nix
/zig /zig
- name: use nix to compile blueprints
run: nix run .#compile-blueprints
- run: sudo apt install -y udev - run: sudo apt install -y udev
- run: sudo systemctl start systemd-udevd - run: sudo systemctl start systemd-udevd
- uses: snapcore/action-build@v1 - uses: snapcore/action-build@v1