Skip to content

Commit

Permalink
chore: remove unused toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 25, 2025
1 parent 1613bb0 commit fa86702
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross

- name: Create release
run: make clean build release

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross

- name: Create release
run: make clean build release

Expand Down

0 comments on commit fa86702

Please sign in to comment.