Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Jan 25, 2024
1 parent 99af73f commit 7a85325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v3
name: 📤 Checkout
- uses: DeterminateSystems/nix-installer-action@main
name: ❄️ Set up Nix
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11
- uses: cachix/cachix-action@v14
name: 🧰 Cachix
with:
name: fission-codes
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: 🏗️ Build
run: nix-build
run: nix build .#homestar

0 comments on commit 7a85325

Please sign in to comment.