Skip to content

Commit

Permalink
[CI] Add needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Apr 28, 2024
1 parent c2710a8 commit 17af40c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
build_lin:
name: Build and publish (Linux)
runs-on: ubuntu-20.04
needs: release
steps:
- uses: jlumbroso/free-disk-space@main
- name: Install ROCm
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
build_win:
name: Build and publish (Windows)
runs-on: windows-2019
needs: release
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 17af40c

Please sign in to comment.