chore(etna): disable attic
just unused, adds yet another thing to compile so i don't really see the point anymore
This commit is contained in:
parent
95b06db775
commit
44245ab5f9
7 changed files with 4 additions and 90 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -31,12 +31,11 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
|
||||
- name: setup attic
|
||||
uses: ryanccn/attic-action@v0
|
||||
- name: setup cachix
|
||||
uses: cachix/cachix-action@v13
|
||||
with:
|
||||
endpoint: https://attic.uku3lig.net
|
||||
cache: uku
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
name: uku3lig
|
||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
|
||||
- name: build
|
||||
run: nix build -L --accept-flake-config .#${{ matrix.pkg }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue