🚧 fix CI/CD

This commit is contained in:
Vladislav Nepogodin 2022-06-27 23:25:16 +04:00
parent 4a63064100
commit 674325e565
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
2 changed files with 13 additions and 1 deletions

View File

@ -5,7 +5,7 @@
version: 2
updates:
- package-ecosystem: "Cargo" # See documentation for possible values
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@ -58,6 +58,18 @@ jobs:
toolchain: nightly
override: true
components: rustfmt
- name: install deps
run: |
sudo apt update
sudo apt install meson
shell: bash
- name: Configure
shell: bash
run: |
meson --buildtype=release --prefix=/usr build
- uses: actions-rs/cargo@v1
with:
command: fmt