Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmebrusa authored Jun 6, 2024
1 parent b9cc2a3 commit 13864d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
cd src/controller
../../tools/cygwin/bin/make.exe clean
../../tools/cygwin/bin/make.exe CFLAGS=--Werror
cd src
../tools/cygwin/bin/make.exe clean
../tools/cygwin/bin/make.exe CFLAGS=--Werror
- uses: actions/upload-artifact@v4
with:
name: firmware_from_windows
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
cd src/controller
cd src
make clean
make CFLAGS=--Werror
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 13864d1

Please sign in to comment.