Skip to content

Commit

Permalink
Install go conditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 31, 2024
1 parent bda287a commit 7a708de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,13 @@ jobs:
- name: Install macOS dependencies
run: |
brew install pkg-config make cmake ninja autoconf automake libtool
# Chrome version dependencies, install only not installed.
which go || brew install go
# Needed to compile 'minicurl'
brew install curl
# More dependencies for the tests
brew install tcpdump nghttp2
- name: Install go as macOS dependencies
if: matrix.arch != 'x86_64'
run: |
# Chrome version dependencies
brew install go
- name: Check out the repo
uses: actions/checkout@v2

Expand Down

0 comments on commit 7a708de

Please sign in to comment.