Enable Makefile execution and remove disk image creation

This commit is contained in:
ck
2024-02-05 17:52:51 -05:00
parent 7587f38c28
commit 3fb91498cd

View File

@ -91,13 +91,13 @@ jobs:
mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted."
echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64)
# - name: Run Makefile
# run: make
# env:
# PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }}
- name: Create .img file
run: |
dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024
- name: Run Makefile
run: make
env:
PWN_VERSION: ${{ steps.tag-setter.outputs.TAG }}
# - name: Create .img file
# run: |
# dd if=/dev/zero of=/home/runner/work/pwnagotchi-bookworm/pwnagotchi-bookworm/disk.img bs=1M count=1024
- name: Compress .img files
run: |