Skip to content

Commit 5d5c00c

Browse files
committed
cache fix
1 parent 6b2c795 commit 5d5c00c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8+
- ".github/workflows/cache.yml"
89
- "flake.nix"
910
- "flake.lock"
1011
- "nix/package.nix"
@@ -30,4 +31,4 @@ jobs:
3031
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
3132

3233
- name: Upload derivation to Cachix
33-
run: nix build --accept-flake-config | cachix push openmesh
34+
run: nix build --accept-flake-config --print-out-paths | cachix push openmesh

0 commit comments

Comments
 (0)