ci: remove dependency on actions-rs/cargo

It is unmaintained and throws many warnings about using deprecated
Node and GitHub Actions commands.
This commit is contained in:
link2xt
2022-12-08 09:15:13 +00:00
committed by holger krekel
parent 3360c6aa96
commit 1224222984
2 changed files with 8 additions and 31 deletions

View File

@@ -20,10 +20,7 @@ jobs:
override: true
- name: build
uses: actions-rs/cargo@v1
with:
command: build
args: --example repl --features repl,vendored
run: cargo build --example repl --features repl,vendored
- name: Upload binary
uses: actions/upload-artifact@v3