Skip to content

Commit

Permalink
Upgrade xwin to 0.6.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jun 13, 2024
1 parent 259f5d6 commit 1e21eff
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 191 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
cargo run --release xwin run --target x86_64-pc-windows-msvc --manifest-path tests/hello-windows/Cargo.toml
- name: xwin test - x86_64
if: matrix.os == 'ubuntu-latest'
run: |
cargo run --release xwin test --target x86_64-pc-windows-msvc --manifest-path tests/hello-windows/Cargo.toml
# xwin test requires newer wine version
# - name: xwin test - x86_64
# if: matrix.os == 'ubuntu-latest'
# run: |
# cargo run --release xwin test --target x86_64-pc-windows-msvc --manifest-path tests/hello-windows/Cargo.toml
- name: xwin build - aarch64
run: |
rustup target add aarch64-pc-windows-msvc
Expand All @@ -99,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.70.0
- uses: dtolnay/rust-toolchain@1.74.0
- run: cargo check

fmt:
Expand Down
Loading

0 comments on commit 1e21eff

Please sign in to comment.