Skip to content

Commit

Permalink
wip: try to get windows building in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Aug 30, 2024
1 parent 4fddfc3 commit bd0cec3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- name: install cmake & gcc
if: matrix.os == 'windows-latest' && matrix.wasmer-feature == 'wasmer_wamr'
uses: MinoruSekine/setup-scoop@v4
with:
apps: main/cmake main/gcc main/make
- name: test root
run: cargo test --release --no-default-features --features error_as_host,${{ matrix.wasmer-feature }} -- --nocapture
- name: test
Expand Down
10 changes: 5 additions & 5 deletions test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd0cec3

Please sign in to comment.