mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
[CI] remove no longer used param to matrix.before_install
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user