diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164c9eecd..d763d21ca 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