Skip to content

Commit

Permalink
ci: use cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Dec 19, 2024
1 parent 9e1b509 commit 9c0f44f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@V27

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Install Cachix
uses: cachix/cachix-action@v15
with:
name: catppuccin
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Run build
run: |
Expand All @@ -55,8 +58,11 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@V27

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Install Cachix
uses: cachix/cachix-action@v15
with:
name: catppuccin
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Run tests
run: |
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@V27

- name: Setup cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Install Cachix
uses: cachix/cachix-action@v15
with:
name: catppuccin
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

- name: Run build
run: |
Expand Down

0 comments on commit 9c0f44f

Please sign in to comment.