Skip to content

Commit

Permalink
actions: fix root-attribute
Browse files Browse the repository at this point in the history
Also, get rid of old failed builds caching
  • Loading branch information
lopsided98 committed Nov 21, 2024
1 parent 37e5299 commit 54c4356
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54c4356

Please sign in to comment.