mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-04-09 02:14:08 +00:00
upgrade cachix
This commit is contained in:
parent
9b7767473d
commit
b0d764fccd
1 changed files with 1 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
|||
- nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v12
|
||||
|
@ -21,7 +19,7 @@ jobs:
|
|||
nix_path: "${{ matrix.nixPath }}"
|
||||
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v6
|
||||
uses: cachix/cachix-action@v8
|
||||
with:
|
||||
name: mic92
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue