Skip to content

Commit

Permalink
remove unused action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 8, 2024
1 parent f0a432b commit 0eac223
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ jobs:
working-directory: ./cli
steps:
- uses: actions/checkout@v4
- name: Edit Toml
uses: ciiiii/[email protected]
with:
working-directory: "./cli"
file: "Cargo.toml"
key: "version"
value: ${{ inputs.version }}
- name: Build
run: cargo build --verbose --release
- name: Run tests
Expand Down

0 comments on commit 0eac223

Please sign in to comment.