ci: add detsys nix cache

This commit is contained in:
outfoxxed 2025-09-28 22:38:03 -07:00
parent 62df8d917f
commit 354afeaa35
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
# Use cachix action over detsys for testing with act.
# - uses: cachix/install-nix-action@v27
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Download Dependencies
run: nix-build --no-out-link --expr '((import ./ci/matrix.nix) { qtver = "${{ matrix.qtver }}"; compiler = "${{ matrix.compiler }}"; }).unwrapped.inputDerivation'