2 Commits

Author SHA1 Message Date
7ee21ae6b0 change how actions work
Some checks failed
cache / build (push) Has been cancelled
check / build (push) Successful in 15h26m1s
2026-02-01 14:52:09 +04:00
ca90ea78aa Merge pull request 'bump helium' (#3) from bump-helium into main
Some checks failed
cache / build (push) Has been cancelled
Reviewed-on: #3
2026-01-05 16:34:08 +00:00
2 changed files with 14 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
name: cache
on:
push:
branches:
- main
jobs:
build:
runs-on: nix

View File

@@ -0,0 +1,12 @@
name: check
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix-fast-build --skip-cached --systems "x86_64-linux aarch64-linux" --no-nom