Skip to content

Commit 89ce4d6

Browse files
committed
Merge remote-tracking branch 'adafruit/7.1.x' into merge_7.1
2 parents b12d206 + cd47941 commit 89ce4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
submodules: false
322322
fetch-depth: 1
323323
- name: Get CP deps
324-
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
324+
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
325325
- name: Install dependencies
326326
run: |
327327
sudo apt-get install -y gettext
@@ -373,7 +373,7 @@ jobs:
373373
submodules: false
374374
fetch-depth: 1
375375
- name: Get CP deps
376-
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
376+
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
377377
- name: CircuitPython version
378378
run: git describe --dirty --tags
379379
- uses: actions/cache@v2
@@ -460,7 +460,7 @@ jobs:
460460
submodules: false
461461
fetch-depth: 1
462462
- name: Get CP deps
463-
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.ref }}
463+
run: python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
464464
- name: Install dependencies
465465
run: |
466466
sudo apt-get install -y gettext mtools

0 commit comments

Comments
 (0)