diff --git a/.github/workflows/setup-qemu-ci.yml b/.github/workflows/setup-qemu-ci.yml
index 2f8d9c1..122e553 100644
--- a/.github/workflows/setup-qemu-ci.yml
+++ b/.github/workflows/setup-qemu-ci.yml
@@ -46,3 +46,6 @@ jobs:
       -
         name: Available platforms
         run: echo ${{ steps.qemu.outputs.platforms }}
+      -
+        name: Dump context
+        uses: crazy-max/ghaction-dump-context@v1