mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
Don't use custom fork of rosdistro
This commit is contained in:
parent
3d0f96a254
commit
47d01c2e94
1 changed files with 0 additions and 7 deletions
7
.github/workflows/update.yaml
vendored
7
.github/workflows/update.yaml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue