mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 06:26:30 +03:00
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:
5
.github/workflows/repl.yml
vendored
5
.github/workflows/repl.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user