This commit is contained in:
parent
61f320174e
commit
12886a8f99
5 changed files with 111 additions and 78 deletions
|
@ -4,5 +4,6 @@ jobs:
|
|||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
|
||||
- run: nix-fast-build --no-nom
|
||||
name: Checkout repository
|
||||
- name: Build with nix
|
||||
run: nix-fast-build --no-nom
|
||||
|
|
Reference in a new issue