🚧 fix CI/CD

This commit is contained in:
Vladislav Nepogodin 2022-06-28 00:07:16 +04:00
parent 674325e565
commit 074ee7cca2
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
1 changed files with 6 additions and 1 deletions

View File

@ -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: |