File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2121 run : |
2222 sudo apt-get remove --purge man-db -y # skips the mandb triggers
2323 sudo apt-get update
24- sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache
24+ sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build
2525
2626 - uses : actions/checkout@v4
2727 with :
@@ -80,12 +80,16 @@ jobs:
8080
8181 - name : Restore build environment
8282 run : |
83+ sudo apt-get remove --purge man-db -y # skips the mandb triggers
84+ sudo apt-get update
85+ sudo apt-get install -y --no-install-recommends git cmake wget python3-pip ninja-build ccache
8386 (cd ~ && tar --use-compress-program=unzstd -xpf build-env.tar.zstd && rm build-env.tar.zstd)
8487
8588 - name : ccache
8689 uses : hendrikmuhs/ccache-action@v1.2
8790 with :
8891 verbose : 1
92+ key : ${{ github.job }}-${{ matrix.board }}
8993
9094 - name : Build loader
9195 shell : bash
You can’t perform that action at this time.
0 commit comments