Skip to content

Commit

Permalink
[#216] Break config and fsw into different runs in build.yml;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 13, 2024
1 parent 31177be commit b217828
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: fsw
run: make config fsw
run: make fsw

0 comments on commit b217828

Please sign in to comment.