Skip to content

Commit 2548b5c

Browse files
committed
.github: Speed up ubuntu CI
1 parent 758b2d7 commit 2548b5c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
# Platform-specific dependencies
31-
- if: matrix.os == 'ubuntu-24.04'
32-
uses: awalsh128/cache-apt-pkgs-action@v1
33-
with:
34-
packages: libfontconfig-dev
35-
version: 0
31+
- if: matrix.os == 'ubuntu-24.04' && matrix.project == 'sampleapp-vulkano'
32+
run: |
33+
sudo apt install -y libfontconfig-dev libshaderc-dev
3634
- if: matrix.os == 'macos-latest' && matrix.project == 'sampleapp-vulkano'
3735
run: |
3836
brew install shaderc

0 commit comments

Comments
 (0)