Skip to content

Commit

Permalink
use pkgconf instead of pkg-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 21, 2024
1 parent 5279944 commit 169a17c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install cross-build dependencies
run: sudo apt-get -qq -y update && sudo apt-get -qq -y --no-install-recommends install make gcc gcc-multilib gcc-mingw-w64 autoconf automake libtool pkg-config ca-certificates wget patch sed git-core moreutils zip golang-go
run: sudo apt-get -qq -y update && sudo apt-get -qq -y --no-install-recommends install make gcc gcc-multilib gcc-mingw-w64 autoconf automake libtool pkgconf ca-certificates wget patch sed git-core moreutils zip golang-go

- name: Show info about build environment
run: |
Expand Down Expand Up @@ -44,8 +44,9 @@ jobs:
- name: Install build-dependencies
run: |
brew unlink pkg-config
brew install \
make autoconf automake libtool pkg-config wget patchutils \
make autoconf automake libtool pkgconf wget patchutils \
gnu-sed gnu-tar ca-certificates zip go
- name: Build 3rd-party deps
Expand Down

0 comments on commit 169a17c

Please sign in to comment.