From 86001f9919938695397f67cb26eda5100e098bb2 Mon Sep 17 00:00:00 2001 From: imagidan-ets <110196106+imagidan-ets@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:13:49 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 269af0b..5d7ba34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,9 @@ jobs: - name: Check out the repository uses: actions/checkout@v2 + - name: Install VCS + run: apt install python3-vcstool -y + - name: Add repositories from thunderhawk.repos run: vcs import src < thunderhawk.repos