refactor: Modernize CI/CD components

action-rs has been disabled since last year.
Additionally, Zprofile got recently deprecated.
This commit is contained in:
RedEtherbloom 2024-11-12 03:01:11 +01:00 committed by Etherbloom
parent 14283c8ed9
commit 873424e5ef
3 changed files with 46 additions and 46 deletions

View file

@ -54,12 +54,12 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.7
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
default: true
- uses: actions-rs/cargo@v1
override: true
- uses: clechasseur/rs-cargo@v2
with:
command: build
args: --release ${{matrix.features}} --target=${{ matrix.target }}