Skip to content

chore: ght 1.3.1 -> 1.4.2 #62

chore: ght 1.3.1 -> 1.4.2

chore: ght 1.3.1 -> 1.4.2 #62

Workflow file for this run

name: "Cachix"
on:
push:
jobs:
cachix:
runs-on: ubuntu-latest
strategy:
matrix:
package: ["ght" ]
steps:
- name: Checkout flake
uses: actions/checkout@v3
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Setup magic-nix-cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Setup cachix
uses: cachix/cachix-action@v12
with:
name: jnsgruk
# If you chose API tokens for write access OR if you have a private cache
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Build ${{ matrix.package }}
run: nix build .#${{ matrix.package }}