There was an error while loading. Please reload this page.
2 parents 86d0a9a + fdfa734 commit c323ae0Copy full SHA for c323ae0
1 file changed
.github/workflows/test.yml
@@ -90,10 +90,13 @@ jobs:
90
with:
91
fetch-depth: 0
92
- uses: hendrikmuhs/ccache-action@v1.2
93
- - name: Cache APT packages
94
- uses: awalsh128/cache-apt-pkgs-action@latest
95
- with:
96
- packages: "${{ matrix.compiler }} cmake ninja-build libfreetype-dev libopencv-dev libcairo2-dev libgavl-dev"
+ - name: Install APT packages
+ run: |
+ sudo apt-get update -qy
+ sudo apt-get install --no-install-recommends -y \
97
+ "${{ matrix.compiler }}" \
98
+ cmake ninja-build libfreetype-dev libopencv-dev \
99
+ libcairo2-dev libgavl-dev
100
- name: Detect new plugins
101
id: detect
102
if: github.event_name == 'pull_request'
0 commit comments