Skip to content

Commit

Permalink
🚧 CI: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Oct 6, 2024
1 parent 212358f commit 64f8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: archlinux
steps:
- name: Install Packages
run: pacman -Syu clang gcc --noconfirm --needed
run: pacman -Syu clang gcc pkg-config --noconfirm --needed

- uses: actions/checkout@v4

Expand Down

0 comments on commit 64f8b12

Please sign in to comment.