Skip to content

Commit

Permalink
Added V=1 to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBrahmakshatriya committed Dec 18, 2023
1 parent 8d592c0 commit 25b6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- run: sudo apt-get install g++
- run: make -C ${{ github.workspace }} -j$(nproc) run
- run: make V=1 -C ${{ github.workspace }} -j$(nproc) run
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev libdwarf-dev=20200114-1 libdwarf1=20200114-1
- run: make -C ${{ github.workspace }} RECOVER_VAR_NAMES=1 -j$(nproc) run
Expand Down

0 comments on commit 25b6902

Please sign in to comment.