test the patching in ci

This commit is contained in:
Robin Appelman 2024-12-09 19:28:02 +01:00
commit d8ae037271
4 changed files with 19 additions and 1 deletions

16
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,16 @@
on: [push, pull_request]
name: Test patching
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: icewind1991/attic-action@v1
with:
name: ci
instance: https://cache.icewind.me
authToken: "${{ secrets.ATTIC_TOKEN }}"
- run: nix build .#nvidia-patched