mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
Update GitHub actions workflow.
This commit is contained in:
parent
9cb259d064
commit
a179252c2f
1 changed files with 12 additions and 2 deletions
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
|
@ -15,8 +15,18 @@ jobs:
|
|||
- eloquent
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: cachix/install-nix-action@v6
|
||||
- uses: cachix/install-nix-action@v8
|
||||
- uses: cachix/cachix-action@v6
|
||||
with:
|
||||
name: ros
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
skipPush: true
|
||||
- name: Cache Failed Builds
|
||||
id: cache-failed-builds
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: failed-builds
|
||||
key: ${{ matrix.distro }}-failed-builds
|
||||
- uses: ./.github/actions/nix-ros-build-action
|
||||
with:
|
||||
root-attribute: '${{ matrix.distro }}'
|
||||
cachix-signing-key: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue