File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321
321
submodules : false
322
322
fetch-depth : 1
323
323
- 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 }}
325
325
- name : Install dependencies
326
326
run : |
327
327
sudo apt-get install -y gettext
@@ -373,7 +373,7 @@ jobs:
373
373
submodules : false
374
374
fetch-depth : 1
375
375
- 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 }}
377
377
- name : CircuitPython version
378
378
run : git describe --dirty --tags
379
379
- uses : actions/cache@v2
@@ -460,7 +460,7 @@ jobs:
460
460
submodules : false
461
461
fetch-depth : 1
462
462
- 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 }}
464
464
- name : Install dependencies
465
465
run : |
466
466
sudo apt-get install -y gettext mtools
You can’t perform that action at this time.
0 commit comments