Skip to content

Commit

Permalink
Try fix build-for-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Jul 21, 2023
1 parent 9bd26ae commit 8876196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: actions/checkout@v3
- name: Update rust
run: rustup update
- name: Add target
run: rustup target add ${{ matrix.target }}
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit 8876196

Please sign in to comment.