aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 02:14:47 -0700
committerFuwn <[email protected]>2024-10-09 02:14:47 -0700
commit0f241b88812f9a061f7eab664eb7c53bad23e8b7 (patch)
treef74a76bd0c7c7b0b70d5d07ebe361064162c7795 /.github/workflows
parentdocs(readme): update packages descriptions (diff)
downloadtsutsumi-0f241b88812f9a061f7eab664eb7c53bad23e8b7.tar.xz
tsutsumi-0f241b88812f9a061f7eab664eb7c53bad23e8b7.zip
ci: add cachix step
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 70426ee..c455125 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,6 +7,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
+ - uses: cachix/cachix-action@v14
+ if: github.ref == 'refs/heads/main'
+ with:
+ name: tsutsumi
+ authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
+ skipPush: true
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci