summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2021-07-20 18:28:49 +0200
committerJoachim Wiberg <troglobit@gmail.com>2021-07-20 18:28:49 +0200
commit65ff71ce6091c9e29dfe0842a2e16182da902a86 (patch)
treee9e5312e1524e77ddcdcd941292d98cf80fe36d1 /.github
parent478015397c8b3cdb21b9bbd976e77d8501583c1e (diff)
downloadlibnet-65ff71ce6091c9e29dfe0842a2e16182da902a86.tar.gz
.github: build: drop autoconf from brew install, already available
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cdefb24..fb30e85 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
if: startsWith(matrix.os,'macos')
run: |
brew update
- brew install automake autoconf tree doxygen
+ brew install automake tree doxygen
- name: Install Linux dependencies
if: startsWith(matrix.os,'ubuntu')
run: |