🚧 fix CI/CD
This commit is contained in:
parent
4a63064100
commit
674325e565
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue