Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 26, 2024
1 parent 010a603 commit 61be635
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ jobs:
with:
toolchain: stable

- run: rustup target add aarch64-apple-darwin
if: matrix.build == 'macos'

- run: rustup toolchain install stable-i686-pc-windows-msvc
if: matrix.build == 'windows'

- run: rustup target add i686-pc-windows-msvc
if: matrix.build == 'windows'

- name: Install dependencies
id: vcpkg
uses: johnwason/vcpkg-action@v6
Expand Down

0 comments on commit 61be635

Please sign in to comment.