Skip to content

Commit

Permalink
ci: Fix build release
Browse files Browse the repository at this point in the history
  • Loading branch information
deantvv authored and zonyitoo committed Sep 26, 2021
1 parent c018028 commit 1525a24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ 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 Nightly
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
target: ${{ matrix.target }}

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

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

- name: Build release
run: |
Expand Down

0 comments on commit 1525a24

Please sign in to comment.