Skip to content

Commit

Permalink
ci: install pkg-config in linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Apr 25, 2024
1 parent fdd6951 commit d078a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
case "${{ matrix.target }}" in
"linux-aarch64")
sudo apt-get -y install autoconf-archive
sudo apt-get -y install autoconf-archive pkg-config
bazel run //bazel/toolchain:aarch64-linux-musl-gcc
;;
"linux-x86_64")
Expand Down

1 comment on commit d078a31

@sigilante
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

Please sign in to comment.