File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments