Gathering Debugging Information

This commit is contained in:
Annika Merris 2024-02-02 12:41:30 -05:00
parent eed1e3c6c3
commit 051708186e

View file

@ -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?)