[CI] remove no longer used param to matrix.before_install

This commit is contained in:
Andrey Filipenkov
2026-02-07 21:35:52 +03:00
parent 6a480d6fd5
commit 451fb1956e
+2 -2
View File
@@ -152,7 +152,7 @@ jobs:
- name: Prepare CI
if: "${{ matrix.before_install != '' }}"
run: source '${{github.workspace}}/CI/before_install/${{matrix.before_install}}' '${{matrix.arch}}'
run: source '${{ github.workspace }}/CI/before_install/${{ matrix.before_install }}'
- name: Configure codesigning for macOS
if: ${{ startsWith(matrix.platform, 'mac-') }}
@@ -556,7 +556,7 @@ jobs:
${{ matrix.platform }}-apt-${{ matrix.os }}
- name: Prepare CI
run: source '${{github.workspace}}/CI/before_install/${{matrix.before_install}}' '${{matrix.arch}}'
run: source '${{ github.workspace }}/CI/before_install/${{ matrix.before_install }}'
- name: APT cache save
if: contains(matrix.os, 'ubuntu') && steps.aptcache.outputs.cache-hit != 'true'