Skip to content

Commit 9825a0a

Browse files
Try 7
1 parent fa262fc commit 9825a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-mcu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Make in container
5959
run: |
60-
docker run -it -v $(pwd):/build --rm i386/debian /bin/bash -c "apt update && apt install -y sudo git curl python3 python3-dev python3-venv libffi-dev build-essential gcc-avr avr-libc libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi && cd /build && make"
60+
docker run -v $(pwd):/build --rm i386/debian /bin/bash -c "apt update && apt install -y sudo git curl python3 python3-dev python3-venv libffi-dev build-essential gcc-avr avr-libc libnewlib-arm-none-eabi gcc-arm-none-eabi binutils-arm-none-eabi && cd /build && make"
6161
6262
- name: Copy
6363
run: |

0 commit comments

Comments
 (0)