mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
ci: bump to install cachix action v16
This commit is contained in:
parent
5303a36635
commit
e303e801c9
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -7,10 +7,9 @@ jobs:
|
|||
nixpkgs-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v14
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Check format
|
||||
run: ./check-fmt
|
||||
|
@ -21,10 +20,9 @@ jobs:
|
|||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: cachix/install-nix-action@v14
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- id: set-matrix
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
@ -39,10 +37,9 @@ jobs:
|
|||
matrix: ${{fromJSON(needs.matrix_generate.outputs.matrix)}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: cachix/install-nix-action@v14
|
||||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: poetry2nix
|
||||
|
|
Loading…
Add table
Reference in a new issue