mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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: |
|
run: |
|
||||||
echo "ARCHIVE_NAME=yabridgectl-$(git describe --always).tar.gz" >> "$GITHUB_ENV"
|
echo "ARCHIVE_NAME=yabridgectl-$(git describe --always).tar.gz" >> "$GITHUB_ENV"
|
||||||
- name: Set up Rust toolchain
|
- name: Set up Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
profile: minimal
|
|
||||||
default: true
|
|
||||||
- name: Build the binaries
|
- name: Build the binaries
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
- name: Strip remaining debug symbols
|
- name: Strip remaining debug symbols
|
||||||
|
|||||||
Reference in New Issue
Block a user