Skip to content

Commit

Permalink
[#216] Avoid docker in docker and run build-fsw;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 13, 2024
1 parent b217828 commit 0a22ebf
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 @@ -22,5 +22,7 @@ jobs:
run: make prep
- name: config
run: make config
- name: fsw
run: make fsw
- name: build directory
run: mkdir ./fsw/build
- name: build
run: make build-fsw

0 comments on commit 0a22ebf

Please sign in to comment.