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 871ceff commit fbbbbd5
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/make.exe clean
../tools/cygwin/bin/make.exe CFLAGS=--Werror
../tools/cygwin/bin_64/make.exe clean
../tools/cygwin/bin_64/make.exe CFLAGS=--Werror
- uses: actions/upload-artifact@v4
with:
name: firmware_from_windows
Expand Down

0 comments on commit fbbbbd5

Please sign in to comment.