Mitchell Hashimoto c5b2561ca6 Revert "Merge pull request #1299 from mitchellh/dependabot/github_actions/cachix/cachix-action-14"
This reverts commit 734a57592b482cbb7547ae210b885a07ad36f043, reversing
changes made to 40b89dfe1328cf0b3ca5bd9109b0c32bf26bfd51.
2024-01-14 19:40:43 -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@v25
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