diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164c9ee..d763d21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,3 +61,7 @@ jobs: - name: Build firmware run: make BOARD=${{ matrix.boards }} VERBOSE=1 + + - name: Show memory layout + run: cat build/ec.mem + continue-on-error: true