From 5532c9375d955d6242bd85b3fe2524e6be4e2acf Mon Sep 17 00:00:00 2001 From: Bamidev Date: Sun, 10 Mar 2024 11:00:41 +0100 Subject: [PATCH] Enable the edge2 cross compilation github workflow. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 78ca99a..c55fb18 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 \ No newline at end of file