Skip to content

Commit

Permalink
fix: redundant steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 12, 2023
1 parent 75e97bc commit d1bf641
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/install-release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y build-essential libssl-dev
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: stable
- name: Install Go stable
uses: actions/setup-go@v4
with:
go-version: "stable"
- name: Create build output dir
run: |
mkdir binaries
Expand Down

0 comments on commit d1bf641

Please sign in to comment.