Skip to content

Commit

Permalink
Test a basic build action
Browse files Browse the repository at this point in the history
  • Loading branch information
xconverge committed Dec 17, 2024
1 parent 629856a commit 2f92451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: fiam/arm-none-eabi-gcc@v1
with:
release: "9-2019-q4"
- name: Change directory
run: cd Software/GuitarPedal/
- name: Build Libraries
working-directory: Software/GuitarPedal/
run: ./ci/build_libs.sh
- name: Build GuitarPedal firmware
working-directory: Software/GuitarPedal/
run: ./ci/build_app.sh

0 comments on commit 2f92451

Please sign in to comment.