Skip to content

Commit

Permalink
Update build-deploy-webflash.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow committed Nov 18, 2023
1 parent 6542480 commit 6df497e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-webflash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cli-compile-flags: |
- --export-binaries
- --build-property
- compiler.warning_flags=-w
- compiler.warning_flags=-Wno-error
# Copy binaries to GitHubPages folder for publishing
- name: Copy compiled binaries to CYD
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- --build-property
- compiler.cpp.extra_flags=-DMATRIX_DISPLAY
- --build-property
- compiler.warning_flags=-w
- compiler.warning_flags=-Wno-error
- --export-binaries
# Copy binaries to GitHubPages folder for publishing
Expand Down

0 comments on commit 6df497e

Please sign in to comment.