mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Replace unmaintained Rust action
This commit is contained in:
committed by
Robbert van der Helm
parent
03499517a2
commit
ff56996b08
@@ -173,11 +173,7 @@ jobs:
|
||||
run: |
|
||||
echo "ARCHIVE_NAME=yabridgectl-$(git describe --always).tar.gz" >> "$GITHUB_ENV"
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
default: true
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Build the binaries
|
||||
run: cargo build --release
|
||||
- name: Strip remaining debug symbols
|
||||
|
||||
Reference in New Issue
Block a user