Skip to content

Commit 0e3d891

Browse files
remove -whnodev
Signed-off-by: Taylor Lineman <git@actuallytaylor.com>
1 parent 615a9df commit 0e3d891

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: F334 Build
4343
run: |
44-
cmake -DTARGET_DEV=STM32F334x8 -Wno-dev -B ${{github.workspace}}/build
44+
cmake -DTARGET_DEV=STM32F334x8 -B ${{github.workspace}}/build
4545
cmake --build ${{github.workspace}}/build
4646
#
4747
# - name: F446 Build
@@ -67,5 +67,4 @@ jobs:
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: all_target_elfs
70-
path: |
71-
build/**/*.elf
70+
path: build/**/*.elf

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
4.0.0

0 commit comments

Comments
 (0)