Skip to content
Snippets Groups Projects
Verified Commit 9ba2919c authored by Anne Jan Brouwer's avatar Anne Jan Brouwer :speech_balloon:
Browse files

pip3 ofcourse

parent 31e2a0fa
No related branches found
No related tags found
No related merge requests found
Pipeline #131 failed
...@@ -4,7 +4,7 @@ build: ...@@ -4,7 +4,7 @@ build:
stage: build stage: build
before_script: before_script:
- apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip git - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip git
- pip install crc16 - pip3 install crc16
script: script:
- cd bootloader - cd bootloader
- make - make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment