mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-27 06:37:19 +02:00
refactor: Modernize CI/CD components
action-rs has been disabled since last year. Additionally, Zprofile got recently deprecated.
This commit is contained in:
parent
14283c8ed9
commit
873424e5ef
3 changed files with 46 additions and 46 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue