fix apt pkgs
This commit is contained in:
parent
4683ad3f7a
commit
cf99ec6e0f
1
.github/workflows/build-emu.yml
vendored
1
.github/workflows/build-emu.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
|
if: ${{ matrix.os }} == ubuntu
|
||||||
with:
|
with:
|
||||||
packages: libasound2-dev libudev-dev
|
packages: libasound2-dev libudev-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
1
.github/workflows/build-vst.yml
vendored
1
.github/workflows/build-vst.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
|
if: ${{ matrix.os }} == ubuntu
|
||||||
with:
|
with:
|
||||||
packages: libasound2-dev libudev-dev xorg-dev libjack-jackd2-dev
|
packages: libasound2-dev libudev-dev xorg-dev libjack-jackd2-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
Loading…
Reference in a new issue