Merge remote-tracking branch 'adafruit/master' into Optical-Encoder-Module

This commit is contained in:
Daniel Pollard 2020-05-05 15:46:13 +10:00
commit b43102342a
2 changed files with 3151 additions and 1 deletions

View File

@ -329,9 +329,14 @@ jobs:
gcc --version gcc --version
riscv64-unknown-elf-gcc --version riscv64-unknown-elf-gcc --version
python3 --version python3 --version
- uses: actions/checkout@v1 - uses: actions/checkout@v2
with: with:
submodules: true submodules: true
fetch-depth: 0
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
- run: git submodule sync
- run: git submodule foreach git remote -v
- run: git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
- name: mpy-cross - name: mpy-cross
run: make -C mpy-cross -j2 run: make -C mpy-cross -j2
- name: build - name: build

3145
locale/sv.po Normal file

File diff suppressed because it is too large Load Diff