We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa262fc commit 9825a0aCopy full SHA for 9825a0a
1 file changed
.github/workflows/build-mcu.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Make in container
59
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"
+ 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"
61
62
- name: Copy
63
0 commit comments