Skip to content

Commit

Permalink
fix(.github): add nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-osgood committed Apr 22, 2024
1 parent 412ed47 commit 71f98a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Nix Shell
run: nix-shell
- name: Install Vercel CLI
run: bun i --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 71f98a3

Please sign in to comment.