We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefb0ea commit e1a7939Copy full SHA for e1a7939
.github/workflows/build.yml
@@ -25,6 +25,11 @@ jobs:
25
extra_nix_config: |
26
experimental-features = nix-command flakes
27
28
+ - uses: cachix/cachix-action@v15
29
+ with:
30
+ name: logos-co
31
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
32
+
33
- name: Build bin-appimage
34
run: nix build .#bin-appimage
35
@@ -53,6 +58,11 @@ jobs:
53
58
54
59
- uses: DeterminateSystems/nix-installer-action@main
55
60
61
62
63
64
65
56
66
- name: Build bin-macos-app
57
67
run: nix build .#bin-macos-app
68
0 commit comments