Skip to content

Commit 47d01c2

Browse files
committed
Don't use custom fork of rosdistro
1 parent 3d0f96a commit 47d01c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/update.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ jobs:
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"

0 commit comments

Comments
 (0)