parent
442c3cec92
commit
556a3e78fe
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
|
- name: Attic login
|
||||||
|
run: attic login sisko ${{secrets.ATTIC_SISKO_TOKEN}}
|
||||||
- name: Build with nix
|
- name: Build with nix
|
||||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
|
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" --attic-cache "sisko"
|
||||||
|
|
Loading…
Add table
Reference in a new issue