Skip to content
Snippets Groups Projects
Commit 7ae2536d authored by schneider's avatar schneider
Browse files

fix(ci): remove package "install"

parent 4012cb61
No related branches found
No related tags found
1 merge request!3Rahix/new build
Pipeline #254 passed
...@@ -6,7 +6,7 @@ build: ...@@ -6,7 +6,7 @@ build:
- echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list - echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
- apt update -qq - apt update -qq
- apt install -y -qq gcc-arm-none-eabi python3-pip - apt install -y -qq gcc-arm-none-eabi python3-pip
- apt install -y -qq -t stretch-backports install meson - apt install -y -qq -t stretch-backports meson
- pip3 install crc16 - pip3 install crc16
script: script:
- cd bootloader - cd bootloader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment