We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f638bc2 commit 268bfdbCopy full SHA for 268bfdb
.github/workflows/c-cpp.yml
@@ -18,10 +18,4 @@ jobs:
18
run: sudo apt-get update && sudo apt-get install -y build-essential
19
20
- 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
+ run: make --debug=v
0 commit comments