We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b3e59 commit 272f591Copy full SHA for 272f591
.github/workflows/build-and-test.yaml
@@ -101,4 +101,4 @@ jobs:
101
# Build
102
- name: "Make"
103
working-directory: 'atomvm_packbeam'
104
- run: PATH="/tmp/rebar3:${PATH}" make ${{ matrix.make_jobs }}
+ run: DEBUG=1 make ${{ matrix.make_jobs }}
0 commit comments