mirror of https://github.com/Leinnan/rpack.git
Update bundle.yml
This commit is contained in:
parent
5e5d7e8113
commit
e15cd2367c
|
|
@ -23,6 +23,9 @@ jobs:
|
|||
runs-on: ${{ inputs.runningSystem }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Install dependencies
|
||||
if: startsWith(inputs.runningSystem, 'ubuntu')
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
||||
- uses: actions/cache@v4
|
||||
continue-on-error: false
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue