This commit is contained in:
parent
f7c6a9ae24
commit
c0ef905ba1
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ jobs:
|
||||||
cache:
|
cache:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: https://github.com/ryanccn/attic-action@v0
|
uses: https://github.com/ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
|
@ -11,4 +13,4 @@ jobs:
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- name: Build freyja configuration
|
- name: Build freyja configuration
|
||||||
run: nix build .nixosConfigurations.freyja.config.system.build.toplevel
|
run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue