try fixing ci (#78)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -26,8 +26,9 @@ jobs:
|
|||||||
if: runner.os == 'linux'
|
if: runner.os == 'linux'
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
packages: libasound2-dev libwayland-dev
|
||||||
version: 1.0
|
version: 1
|
||||||
|
debug: true
|
||||||
|
|
||||||
- name: Formatting
|
- name: Formatting
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user