Skip to content

Commit b4b4865

Browse files
not-elmnot-elm
andauthored
chore: Update GitHub Actions to include pkg-config in installation (#18)
Co-authored-by: not-elm <elmgameinfo@gmail.com>
1 parent 3f1fd98 commit b4b4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Install
9-
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
9+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev pkg-config
1010
- name: Checkout
1111
uses: actions/checkout@v3
1212
- name: Toolchain
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install
22-
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
22+
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev pkg-config
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525
- name: Toolchain

0 commit comments

Comments
 (0)