mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #431 from lovesegfault/ci-updates
ci: update actions and fix nix install
This commit is contained in:
commit
5739058f26
1 changed files with 7 additions and 5 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -10,10 +10,11 @@ jobs:
|
|||
nixpkgs-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/install-nix-action@v14
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: actions/checkout@v1
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Check format
|
||||
run: ./check-fmt
|
||||
|
||||
|
@ -24,11 +25,12 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/install-nix-action@v14
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: actions/checkout@v1
|
||||
- uses: cachix/cachix-action@v8
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: poetry2nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue