Skip to content

Commit

Permalink
GH action: Install pkgconf (new name) instead of pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 20, 2024
1 parent 61343b2 commit 2aa0563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 @@ -51,7 +51,7 @@ jobs:
- name: Install build-dependencies
run: |
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 2aa0563

Please sign in to comment.