ci: install system deps (alsa, openssl)
This commit is contained in:
parent
488a35006a
commit
047eeb7a27
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
- name: Install system deps
|
||||
run: sudo apt-get update -qq && sudo apt-get install -y -qq libasound2-dev
|
||||
- name: Clone tuie
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/jake-stewart/tuie.git /workspace/Fimeg/tuie
|
||||
|
|
|
|||
Loading…
Reference in a new issue