Skip to content

Commit

Permalink
Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
wusyong committed Sep 11, 2023
1 parent 9e30fff commit b459723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: build wry with winit
if: (
contains(matrix.platform.target, 'linux') ||
contains(matrix.platform.target, 'gnu') ||
contains(matrix.platform.target, 'windows') ||
contains(matrix.platform.target, 'apple'))
run: cargo build --no-default-features --features winit --target ${{ matrix.platform.target }}

0 comments on commit b459723

Please sign in to comment.