🚧 fix CI/CD
This commit is contained in:
parent
674325e565
commit
074ee7cca2
|
@ -52,6 +52,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
|
@ -62,9 +63,13 @@ jobs:
|
|||
- name: install deps
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install meson
|
||||
sudo apt install ninja libgtk-3-dev
|
||||
shell: bash
|
||||
|
||||
- uses: BSFishy/pip-action@v1
|
||||
with:
|
||||
packages: meson
|
||||
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue