Skip to content

Commit 268bfdb

Browse files
Update c-cpp.yml
1 parent f638bc2 commit 268bfdb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,4 @@ jobs:
1818
run: sudo apt-get update && sudo apt-get install -y build-essential
1919

2020
- name: Build with Makefile
21-
run: make
22-
23-
- name: Upload built binary (optional)
24-
uses: actions/upload-artifact@v4
25-
with:
26-
name: my_app
27-
path: my_app # adjust if your binary name differs
21+
run: make --debug=v

0 commit comments

Comments
 (0)