Skip to content

Commit

Permalink
Update cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr authored Apr 10, 2024
1 parent 22a19bb commit c2aa406
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --release
Expand All @@ -44,4 +42,4 @@ jobs:
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: CLI
overwrite: true
overwrite: true

0 comments on commit c2aa406

Please sign in to comment.