Skip to content

Commit

Permalink
ci: specify linux targets
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Feb 12, 2024
1 parent d96ee7a commit 33b354d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}

- name: Build artem release
continue-on-error: false
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}

- name: Build artem release
continue-on-error: false
Expand Down

0 comments on commit 33b354d

Please sign in to comment.