Skip to content

Commit

Permalink
an attempt fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal authored Mar 16, 2023
1 parent d4a6c8b commit e3a2a97
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,7 @@ jobs:
rust: stable

steps:
- uses: actions/checkout@v1

- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
if: matrix.os != 'macos-latest'
shell: bash

- name: Install Rust (macos)
run: |
curl https://sh.rustup.rs | sh -s -- -y
if: matrix.os == 'macos-latest'

- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --release

Expand Down

0 comments on commit e3a2a97

Please sign in to comment.