File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2525 # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#about-workflow-events
2626 SUPERFLORE_GITHUB_TOKEN : ${{ secrets.SUPERFLORE_GITHUB_TOKEN }}
2727 ROS_OS_OVERRIDE : nixos
28- ROSDEP_SOURCE_PATH : rosdep-sources
2928 run : |
30- mkdir -p "$ROSDEP_SOURCE_PATH"
31- cat << EOF > "$ROSDEP_SOURCE_PATH/20-sources.list"
32- yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/base.yaml
33- yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/python.yaml
34- yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/ruby.yaml
35- EOF
3629 rosdep update
3730 git config --local user.email "[email protected] " 3831 git config --local user.name "Superflore"
You can’t perform that action at this time.
0 commit comments