Skip to content

Commit

Permalink
install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 16, 2024
1 parent 3c8cbb0 commit 51193e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: install pkg-config
shell: bash
run: sudo apt-get install pkg-config
- uses: ./.github/actions/build-push-kotsadm-image
with:
chainguard-gcp-wif-pool: ${{ secrets.CHAINGUARD_GCP_WIF_POOL }}
Expand Down

0 comments on commit 51193e6

Please sign in to comment.