Skip to content

Commit

Permalink
[#216] Added missing docker dependency;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 13, 2024
1 parent af33f35 commit 31177be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Update
run: apt-get update
- name: Install dependencies
run: apt-get install -y python3
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: fsw
Expand Down

0 comments on commit 31177be

Please sign in to comment.