Remove use of actions-rs (#5571)

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2023-01-30 07:45:26 +09:00 committed by GitHub
parent 9cc0af5407
commit fb1a223eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,10 +46,7 @@ jobs:
shell: bash
- name: Build release binaries
uses: actions-rs/cargo@v1
with:
command: build
args: --release
run: cargo build --release
- name: Build archive
shell: bash