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:
parent
71ca28489e
commit
885da8e85d
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user