From: Viktor Szakats Date: Sat, 15 Nov 2025 23:42:14 +0000 (+0100) Subject: GHA/linux: add missing condition for nghttp2-filc cache step X-Git-Tag: rc-8_18_0-1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517a12922e8a02caf94b70877bf65328a842b87f;p=thirdparty%2Fcurl.git GHA/linux: add missing condition for nghttp2-filc cache step Follow-up to 67ef4a34f2e11aa45f0965909d0dd542643deede #19457 Closes #19548 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fd70d825ec..90376ac505 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: