Skip to content

Commit

Permalink
ci: another make info (debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Dec 23, 2020
1 parent d7d0a53 commit 3a83244
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
- name: make
run: make EXTRA_CFLAGS=-Werror CCACHE=

- name: make info2
run: |
echo "OS: ${{ matrix.os }}"
echo "--- ${{ matrix.compiler }} DEBUG VERSION ---"
${{ matrix.compiler }} - --version
echo "--- make info 2 ---"
make info
- uses: sreimers/pr-dependency-action@v0.3
with:
name: rem
Expand Down

0 comments on commit 3a83244

Please sign in to comment.