diff options
| author | Fuwn <[email protected]> | 2024-10-09 02:14:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 02:14:47 -0700 |
| commit | 0f241b88812f9a061f7eab664eb7c53bad23e8b7 (patch) | |
| tree | f74a76bd0c7c7b0b70d5d07ebe361064162c7795 /.github/workflows | |
| parent | docs(readme): update packages descriptions (diff) | |
| download | tsutsumi-0f241b88812f9a061f7eab664eb7c53bad23e8b7.tar.xz tsutsumi-0f241b88812f9a061f7eab664eb7c53bad23e8b7.zip | |
ci: add cachix step
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
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 |