8 lines
202 B
YAML
8 lines
202 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: nix
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
|
|
- run: nix-fast-build --no-nom
|