Skip to content

Commit 272f591

Browse files
committed
Debug with DEBUG=1
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent 15b3e59 commit 272f591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
# Build
102102
- name: "Make"
103103
working-directory: 'atomvm_packbeam'
104-
run: PATH="/tmp/rebar3:${PATH}" make ${{ matrix.make_jobs }}
104+
run: DEBUG=1 make ${{ matrix.make_jobs }}

0 commit comments

Comments
 (0)