Skip to content

Commit

Permalink
feat(ci): switch to attic
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Apr 1, 2024
1 parent 3dd4526 commit 3f4abbd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9

- name: setup cachix
uses: cachix/cachix-action@v13
- name: setup attic
uses: ryanccn/attic-action@v0
with:
name: uku3lig
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
endpoint: https://attic.uku3lig.net
cache: uku
token: ${{ secrets.ATTIC_TOKEN }}

- name: build
run: nix build -L --accept-flake-config .#${{ matrix.pkg }}
Expand Down

0 comments on commit 3f4abbd

Please sign in to comment.