mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
ci: use attic
This commit is contained in:
parent
d57a08e266
commit
04b35595bc
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -30,12 +30,12 @@ jobs:
|
|||
- name: Magic Nix Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v15
|
||||
- name: Setup Attic
|
||||
uses: ryanccn/attic-action@v0.3.1
|
||||
with:
|
||||
name: isabelroses
|
||||
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
|
||||
authToken: "${{ secrets.CACHIX_TOKEN }}"
|
||||
endpoint: https://cache.tgirl.cloud
|
||||
cache: prod
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
|
||||
- name: Build from the matrix
|
||||
run: nix build -L .
|
||||
|
|
Loading…
Add table
Reference in a new issue