GHA/linux: add missing condition for nghttp2-filc cache step

Follow-up to 67ef4a34f2 #19457

Closes #19548
This commit is contained in:
Viktor Szakats 2025-11-16 00:42:14 +01:00
parent 4c76cdc157
commit 517a12922e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -439,6 +439,7 @@ jobs:
cmake --install .
- name: 'cache nghttp2 (filc)'
if: ${{ contains(matrix.build.install_steps, 'nghttp2-filc') }}
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: cache-nghttp2-filc
env: