Skip to content

Commit 65dbbc8

Browse files
ivanpaunojacobperron
authored andcommitted
Replace deprecated unencrypted git protocol
https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
1 parent 7de9a1d commit 65dbbc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
sudo apt-get update && sudo apt-get install -y python3-colcon-common-extensions python3-vcstool python3-lark-parser python3-dev
7474
- name: Install colcon extensions for Gradle
7575
run: |
76-
sudo pip3 install git+git://github.com/colcon/colcon-gradle.git
77-
sudo pip3 install git+git://github.com/colcon/colcon-ros-gradle.git
76+
sudo pip3 install git+https://github.com/colcon/colcon-gradle.git
77+
sudo pip3 install git+https://github.com/colcon/colcon-ros-gradle.git
7878
- name: Install Android NDK
7979
run: |
8080
curl -LO https://dl.google.com/android/repository/android-ndk-r21d-linux-x86_64.zip

0 commit comments

Comments
 (0)