mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Fix update workflow.
This commit is contained in:
parent
48e11ab66b
commit
6ed3fe9f34
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -25,8 +25,10 @@ jobs:
|
|||
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#about-workflow-events
|
||||
SUPERFLORE_GITHUB_TOKEN: ${{ secrets.SUPERFLORE_GITHUB_TOKEN }}
|
||||
ROS_OS_OVERRIDE: nixos
|
||||
ROSDEP_SOURCE_PATH: rosdep-sources
|
||||
run: |
|
||||
sudo -E rosdep init
|
||||
mkdir -p "$ROSDEP_SOURCE_PATH"
|
||||
curl https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list -o "$ROSDEP_SOURCE_PATH/20-default.list"
|
||||
rosdep update
|
||||
git config --local user.email "superflore@github.com"
|
||||
git config --local user.name "Superflore"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue