Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,18 @@ jobs:
target: x86_64-apple-darwin
if: true
build: yarn build
docker: null
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
if: true
docker: null
- host: windows-latest
build: |
yarn build --target i686-pc-windows-msvc
target: i686-pc-windows-msvc
if: true
docker: null
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
if: true
Expand Down