Skip to content

Commit 6542480

Browse files
committed
Update build-deploy-webflash.yml
1 parent a438b7e commit 6542480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-webflash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cli-compile-flags: |
7272
- --export-binaries
7373
- --build-property
74-
- -w
74+
- compiler.warning_flags=-w
7575
7676
# Copy binaries to GitHubPages folder for publishing
7777
- name: Copy compiled binaries to CYD
@@ -115,7 +115,7 @@ jobs:
115115
- --build-property
116116
- compiler.cpp.extra_flags=-DMATRIX_DISPLAY
117117
- --build-property
118-
- -w
118+
- compiler.warning_flags=-w
119119
- --export-binaries
120120
121121
# Copy binaries to GitHubPages folder for publishing

0 commit comments

Comments
 (0)