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:
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
You can’t perform that action at this time.
0 commit comments