From 051708186ef44bed2b5c5ff0f859f575e7743bc5 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Fri, 2 Feb 2024 12:41:30 -0500 Subject: [PATCH] Gathering Debugging Information --- .forgejo/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index b7428c8..17d7cf2 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -18,9 +18,9 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git - # - name: Print Some Debugging Info - # shell: /bin/ash -e {0} - # run: echo ${{ github.repository }} + - name: Print Some Debugging Info + shell: /bin/ash -e {0} + run: uname -m - name: Check out the repo uses: https://github.com/actions/checkout@v4 - name: Set up QEMU (Do I need this?)