Skip to content

Commit

Permalink
Merge pull request #832 from reflex-frp/aa/fix-try-reflex-cache-test
Browse files Browse the repository at this point in the history
Fix try-reflex cache test
  • Loading branch information
ali-abrar authored Jan 26, 2024
2 parents 4b8b2f4 + a99987c commit 6fbaf9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-22.05
extra_nix_config: |
trusted-public-keys = ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=
substituters = https://cache.nixos.org/ https://nixcache.reflex-frp.org
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
trusted-public-keys = ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=
substituters = https://cache.nixos.org/ https://nixcache.reflex-frp.org
- name: try-reflex
run: nix-build -A tryReflexShell

0 comments on commit 6fbaf9b

Please sign in to comment.