parent
f4364c6398
commit
4e32322cbb
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@ jobs:
|
||||||
- name: Attic login
|
- name: Attic login
|
||||||
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
|
run: attic login sisko http://10.100.0.1:8081 ${{secrets.ATTIC_SISKO_TOKEN}}
|
||||||
- name: Build with nix
|
- name: Build with nix
|
||||||
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux aarch64-linux" --attic-cache "sisko"
|
run: nix-fast-build --no-nom --skip-cached --systems "x86_64-linux" --attic-cache "sisko" --result-file result.json
|
||||||
|
- name: Report checks
|
||||||
|
if: ${{always}}
|
||||||
|
run: forgejo-report-checks
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue