Skip to content

Commit

Permalink
Fix CI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Jun 20, 2023
1 parent bd96e8a commit 4824681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-22.05
nix_path: nixpkgs=channel:nixos-unstable

- name: Log versions
run: |
Expand Down

0 comments on commit 4824681

Please sign in to comment.