Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmebrusa committed Jun 6, 2024
1 parent fbbbbd5 commit 52a43c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Build
run: |
cd src
../tools/cygwin/bin_64/make.exe clean
../tools/cygwin/bin_64/make.exe CFLAGS=--Werror
../tools/cygwin_64/bin/make.exe clean
../tools/cygwin_64/bin/make.exe CFLAGS=--Werror
- uses: actions/upload-artifact@v4
with:
name: firmware_from_windows
Expand Down

0 comments on commit 52a43c0

Please sign in to comment.