Don't use custom fork of rosdistro

This commit is contained in:
Ben Wolsieffer 2021-08-27 20:13:15 -04:00
parent 3d0f96a254
commit 47d01c2e94

View file

@ -25,14 +25,7 @@ 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: |
mkdir -p "$ROSDEP_SOURCE_PATH"
cat << EOF > "$ROSDEP_SOURCE_PATH/20-sources.list"
yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/base.yaml
yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/python.yaml
yaml https://raw.githubusercontent.com/lopsided98/rosdistro/nixos-support/rosdep/ruby.yaml
EOF
rosdep update
git config --local user.email "superflore@github.com"
git config --local user.name "Superflore"