mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +03:00
actions: update: add rosdep and cachix
This commit is contained in:
parent
9468ecbc80
commit
98df214fa3
1 changed files with 5 additions and 1 deletions
6
.github/workflows/update.yaml
vendored
6
.github/workflows/update.yaml
vendored
|
@ -11,9 +11,13 @@ jobs:
|
|||
with:
|
||||
ref: staging
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/cachix-action@v9
|
||||
with:
|
||||
name: ros
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- name: Install Superflore
|
||||
run: |
|
||||
nix-env -f . -iA superflore
|
||||
nix-env -f . -iA rosdep superflore
|
||||
- name: Update overlay
|
||||
env:
|
||||
# Don't use secrets.GITHUB_TOKEN because it prevents the PR from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue