Mitchell Hashimoto 76231713dc Revert "Merge pull request #1300 from mitchellh/dependabot/github_actions/cachix/install-nix-action-25"
This reverts commit 40b89dfe1328cf0b3ca5bd9109b0c32bf26bfd51, reversing
changes made to 7a4c63522bae3a078bd8467eb150819c2e55f404.
2024-01-14 19:40:57 -08:00

19 lines
538 B
YAML

on: [push, pull_request]
name: Nix
jobs:
check-zig-cache-hash:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@v24
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v13
with:
name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Check Zig cache hash
run: nix develop -c ./nix/build-support/check-zig-cache-hash.sh