Skip to content

Commit

Permalink
build: fix i686-pc-windows-msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
yisibl committed Apr 30, 2022
1 parent bf48843 commit 3bb6d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
architecture: x64
- host: windows-latest
build: |
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1024
export CARGO_PROFILE_RELEASE_LTO=false
yarn build --target i686-pc-windows-msvc
yarn test
target: i686-pc-windows-msvc
Expand Down

0 comments on commit 3bb6d3c

Please sign in to comment.