Skip to content

Commit

Permalink
ci: Fix build release
Browse files Browse the repository at this point in the history
  • Loading branch information
deantvv committed Sep 26, 2021
1 parent 049c5c4 commit 0bbd0d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ jobs:
# echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: Install Rust nightly
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
target: ${{ matrix.target }}

# https://github.com/actions/virtual-environments/issues/2557#issuecomment-769611326
- if: ${{ matrix.target }} == 'aarch-apple-darwin'
Expand Down Expand Up @@ -114,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Rust nightly
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 0bbd0d0

Please sign in to comment.