Skip to content

Commit

Permalink
specify build target in setup-rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima authored Aug 1, 2024
1 parent 3d7b7d6 commit fa96d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: ${{ matrix.target }}

- name: Build and Package
run: cargo xtask bundle --release --target ${{ matrix.target }}
Expand Down

0 comments on commit fa96d2a

Please sign in to comment.