Skip to content

Commit

Permalink
[#216] Removed sudo and added make prep;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 13, 2024
1 parent e814e58 commit af33f35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
with:
submodules: 'true'
- name: Update
run: sudo apt-get update
run: apt-get update
- name: Install dependencies
run: sudo apt-get install -y python3
run: apt-get install -y python3
- name: prep
run: make prep
- name: fsw
run: make config fsw

0 comments on commit af33f35

Please sign in to comment.