Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imagidan-ets authored Feb 8, 2024
1 parent 98fb4b4 commit dfa9cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v2

- name: Install VCS
run: sudo pip3 install vcstool
run: pip3 install vcstool

- name: Add repositories from thunderhawk.repos
run: vcs import src < thunderhawk.repos
run: vcs import /src < thunderhawk.repos

- name: Build docker compose
run: |
Expand Down

0 comments on commit dfa9cee

Please sign in to comment.