mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-12 00:35:10 +03:00
update ci to latest cachix-action, remove macos
* macos was failing for some reason and breaking the whole CI * don't need to ignore the cachix-action file anymore
This commit is contained in:
parent
a069aaa540
commit
ec6a10609e
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -4,15 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
strategy:
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, macos]
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v8
|
- uses: cachix/install-nix-action@v8
|
||||||
- uses: cachix/cachix-action@v5
|
- uses: cachix/cachix-action@v6
|
||||||
with:
|
with:
|
||||||
name: nixpkgs-update
|
name: nixpkgs-update
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- run: nix-build
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,5 +5,4 @@
|
|||||||
/result
|
/result
|
||||||
dist-newstyle/
|
dist-newstyle/
|
||||||
dist/
|
dist/
|
||||||
store-path-pre-build
|
|
||||||
test_data/actual*
|
test_data/actual*
|
Loading…
Reference in New Issue
Block a user