mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
refactor: extract platform detection into its own composite action (#8158)
This commit is contained in:
9
.github/workflows/actions.yml
vendored
9
.github/workflows/actions.yml
vendored
@@ -685,9 +685,8 @@ jobs:
|
||||
sparse-checkout: |
|
||||
.github/actions
|
||||
sparse-checkout-cone-mode: false
|
||||
path: composite-actions
|
||||
- name: Get Dependencies
|
||||
uses: ./composite-actions/.github/actions/install-deps
|
||||
uses: ./.github/actions/install-deps
|
||||
with:
|
||||
compiler: gcc
|
||||
enable-gtk: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
@@ -757,9 +756,8 @@ jobs:
|
||||
sparse-checkout: |
|
||||
.github/actions
|
||||
sparse-checkout-cone-mode: false
|
||||
path: composite-actions
|
||||
- name: Get Dependencies
|
||||
uses: ./composite-actions/.github/actions/install-deps
|
||||
uses: ./.github/actions/install-deps
|
||||
with:
|
||||
compiler: gcc
|
||||
enable-gtk: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
@@ -826,10 +824,9 @@ jobs:
|
||||
sparse-checkout: |
|
||||
.github/actions
|
||||
sparse-checkout-cone-mode: false
|
||||
path: composite-actions
|
||||
|
||||
- name: Get Dependencies
|
||||
uses: ./composite-actions/.github/actions/install-deps
|
||||
uses: ./.github/actions/install-deps
|
||||
with:
|
||||
compiler: clang
|
||||
enable-gtk: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user