Skip to content

Commit

Permalink
workflows: Build MCU firmwares in release mode
Browse files Browse the repository at this point in the history
Fix typo templace -> template

Signed-off-by: João Silva <[email protected]>
  • Loading branch information
vankxr committed May 30, 2024
1 parent a39fa6c commit 7e9f4cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exp-mmw-int-fw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build integrated mmW Expantion MCU firmware
run: |
cd ${{github.workspace}}/software/exp/mmw-int
make
make BUILD_TYPE=release
- name: Upload results
uses: actions/upload-artifact@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build Expantion template MCU firmware
run: |
cd ${{github.workspace}}/software/exp/template
make
make BUILD_TYPE=release
- name: Upload results
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pmc-fw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build PMC firmware
run: |
cd ${{github.workspace}}/software/pmc
make
make BUILD_TYPE=release
- name: Upload results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7e9f4cc

Please sign in to comment.