ci: remove "brew update" step (#5606)

This commit is contained in:
Charles Kerr 2023-06-11 16:28:43 -05:00 committed by GitHub
parent 60c68afdde
commit c8e84f870b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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' }}

View File

@ -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