actions: update: add rosdep and cachix

This commit is contained in:
Ben Wolsieffer 2021-04-18 20:12:12 -04:00
parent 9468ecbc80
commit 98df214fa3

View file

@ -11,9 +11,13 @@ jobs:
with: with:
ref: staging ref: staging
- uses: cachix/install-nix-action@v13 - uses: cachix/install-nix-action@v13
- uses: cachix/cachix-action@v9
with:
name: ros
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Install Superflore - name: Install Superflore
run: | run: |
nix-env -f . -iA superflore nix-env -f . -iA rosdep superflore
- name: Update overlay - name: Update overlay
env: env:
# Don't use secrets.GITHUB_TOKEN because it prevents the PR from # Don't use secrets.GITHUB_TOKEN because it prevents the PR from