Skip to content

Commit a5ad9f4

Browse files
authored
Merge pull request #97 from logos-co/add_cachix
use cachix cache for logos-co
2 parents fefb0ea + e1a7939 commit a5ad9f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
extra_nix_config: |
2626
experimental-features = nix-command flakes
2727
28+
- uses: cachix/cachix-action@v15
29+
with:
30+
name: logos-co
31+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
32+
2833
- name: Build bin-appimage
2934
run: nix build .#bin-appimage
3035

@@ -53,6 +58,11 @@ jobs:
5358

5459
- uses: DeterminateSystems/nix-installer-action@main
5560

61+
- uses: cachix/cachix-action@v15
62+
with:
63+
name: logos-co
64+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
65+
5666
- name: Build bin-macos-app
5767
run: nix build .#bin-macos-app
5868

0 commit comments

Comments
 (0)