From 73d0ee296863f14389437477316e5ac7a9737499 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Thu, 9 Nov 2023 14:05:40 -0600 Subject: [PATCH] Fixup --- .github/workflows/ubuntu_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_test.yml b/.github/workflows/ubuntu_test.yml index 6aadc31e3eb..02f469ff2cb 100644 --- a/.github/workflows/ubuntu_test.yml +++ b/.github/workflows/ubuntu_test.yml @@ -41,7 +41,7 @@ jobs: run: | apt update apt upgrade -y - apt install -y cmake curl lsb-release ca-certificates gnupg python3 python3-distutils python3-pip ccache + apt install -y cmake curl lsb-release ca-certificates gnupg python3 python3-distutils python3-pip ccache git python3 -m pip install vcstool -q python3 -m pip install colcon-common-extensions -q cd $GITHUB_WORKSPACE/target_ws/src