Merge remote-tracking branch 'adafruit/7.1.x' into merge_7.1
This commit is contained in:
commit
89ce4d6e83
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -321,7 +321,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Get CP deps
|
- name: Get CP deps
|
||||||
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
|
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y gettext
|
sudo apt-get install -y gettext
|
||||||
@ -373,7 +373,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Get CP deps
|
- name: Get CP deps
|
||||||
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
|
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
|
||||||
- name: CircuitPython version
|
- name: CircuitPython version
|
||||||
run: git describe --dirty --tags
|
run: git describe --dirty --tags
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
@ -460,7 +460,7 @@ jobs:
|
|||||||
submodules: false
|
submodules: false
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Get CP deps
|
- name: Get CP deps
|
||||||
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
|
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y gettext mtools
|
sudo apt-get install -y gettext mtools
|
||||||
|
Loading…
Reference in New Issue
Block a user