mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 02:04:49 +03:00
actions: fix root-attribute
Also, get rid of old failed builds caching
This commit is contained in:
parent
37e529981b
commit
54c4356c50
1 changed files with 1 additions and 9 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -29,17 +29,9 @@ jobs:
|
|||
name: ros
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
skipPush: true
|
||||
- name: Cache Failed Builds
|
||||
id: cache-failed-builds
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: failed-builds
|
||||
key: failed-builds-${{ matrix.distro }}-${{ matrix.system }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
failed-builds-${{ matrix.distro }}-${{ matrix.system }}-
|
||||
- uses: ./.github/actions/nix-ros-build-action
|
||||
with:
|
||||
root-attribute: '${{ matrix.distro }}'
|
||||
root-attribute: 'rosPackages.${{ matrix.distro }}'
|
||||
system: '${{ matrix.system }}'
|
||||
eval-jobs: 4
|
||||
build-jobs: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue