Skip to content

Commit

Permalink
fix: the ci issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Nov 13, 2024
1 parent 9e8f7ac commit fded1ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Add rust Target
run: |
rustup target add ${{ matrix.target }}
rustup target list
- name: Build runtime
uses: actions-rs/cargo@v1
env:
Expand Down

0 comments on commit fded1ad

Please sign in to comment.