mirror of
https://github.com/transmission/transmission
synced 2025-01-03 05:25:52 +00:00
ci: remove "brew update" step (#5606)
This commit is contained in:
parent
60c68afdde
commit
c8e84f870b
2 changed files with 4 additions and 2 deletions
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
|
@ -239,7 +239,6 @@ jobs:
|
|||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew install cmake gettext libdeflate libevent libpsl miniupnpc ninja node pkg-config
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
|
@ -513,7 +512,6 @@ jobs:
|
|||
sw_vers
|
||||
- name: Get Dependencies
|
||||
run: |
|
||||
brew update
|
||||
brew install cmake gettext ninja node pkg-config
|
||||
- name: Get Dependencies (GTK)
|
||||
if: ${{ needs.what-to-make.outputs.make-gtk == 'true' }}
|
||||
|
|
|
@ -45,6 +45,10 @@
|
|||
|
||||
using namespace std::literals;
|
||||
|
||||
// FIXME(ckerr) do not merge these three lines.
|
||||
// This comment is to make CI think libtransmission has
|
||||
// changed so that it will run the libtransmission CI tests
|
||||
|
||||
namespace
|
||||
{
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in a new issue