Skip to content

Commit

Permalink
Enable the edge2 cross compilation github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 10, 2024
1 parent 11a2323 commit 5532c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: cargo build --verbose --features webkitgtk
- name: Build with WebkitGTK (threadsafe)
run: cargo build --verbose --features webkitgtk,threadsafe
#- name: Build with Edge WebView2
# run: cargo build --verbose --features edge2 --target=x86_64-pc-windows-gnu
- name: Build with Edge WebView2 (MinGW)
run: cargo build --verbose --features edge2 --target=x86_64-pc-windows-gnu
- name: Run tests
run: RUST_BACKTRACE=full RUST_LOG=debug xvfb-run cargo test --verbose --features webkitgtk

0 comments on commit 5532c93

Please sign in to comment.