1
1
mirror of https://github.com/srid/rib.git synced 2024-11-26 13:50:31 +03:00

CI workflow updates (#106)

* CI workflow updates

* Use v4 of cachix-action
This commit is contained in:
Sridhar Ratnakumar 2020-02-26 00:09:31 -05:00 committed by GitHub
parent 71ca28489e
commit 885da8e85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,10 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: cachix/install-nix-action@v6
- uses: cachix/cachix-action@v3 # This also runs nix-build.
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@releases/v7 # v7 is not released yet; will it fix macOS build issues?
# This also runs nix-build.
- uses: cachix/cachix-action@releases/v4 # v4 is not released yet; (see above)
with:
name: srid
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'