Skip to content

Commit

Permalink
add rust setup to workflow (#356)
Browse files Browse the repository at this point in the history
* add rust setup to workflow

* rust setup except macos window
  • Loading branch information
yourmoonlight committed Jun 26, 2023
1 parent 55373ef commit 576bc58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Set LIBCLANG_PATH
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
if: matrix.platform == 'windows-latest'
- name: Rust setup
uses: rooch-network/rooch/.github/actions/rust-setup@main
if: matrix.platform != 'windows-latest' && matrix.platform != 'macos-latest'

- name: build for ${{ matrix.platform }}
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 576bc58

Please sign in to comment.