mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
parent
60e5d98dc1
commit
510286f419
1 changed files with 5 additions and 13 deletions
18
.github/workflows/actions.yml
vendored
18
.github/workflows/actions.yml
vendored
|
@ -189,9 +189,7 @@ jobs:
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
||||||
brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984
|
|
||||||
brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
|
||||||
- name: Get Source
|
- name: Get Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -352,9 +350,7 @@ jobs:
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
||||||
brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984
|
|
||||||
brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
|
||||||
- name: Get Dependencies (GTK)
|
- name: Get Dependencies (GTK)
|
||||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||||
run: brew install --formula gtkmm3
|
run: brew install --formula gtkmm3
|
||||||
|
@ -412,8 +408,7 @@ jobs:
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
||||||
brew install --formulae cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkgconf
|
|
||||||
- name: Get Source
|
- name: Get Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -632,9 +627,7 @@ jobs:
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: brew install --formulae cmake gettext ninja node pkgconf
|
||||||
brew uninstall -f pkg-config pkg-config@0.29.2 # https://github.com/actions/runner-images/issues/10984
|
|
||||||
brew install --formulae cmake gettext ninja node pkgconf
|
|
||||||
- name: Get Source
|
- name: Get Source
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -700,8 +693,7 @@ jobs:
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: brew install --formulae cmake gettext ninja node pkgconf
|
||||||
brew install --formulae cmake gettext ninja node pkgconf
|
|
||||||
- name: Get Dependencies (GTK)
|
- name: Get Dependencies (GTK)
|
||||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||||
run: brew install --formula gtkmm3
|
run: brew install --formula gtkmm3
|
||||||
|
|
Loading…
Reference in a new issue