Skip to content

Commit 3251900

Browse files
committed
Skip WASM example for Windows
1 parent 263e4b4 commit 3251900

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust-bindings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
${{ runner.os }}-cargo
4848
- name: Run tests
4949
run: bundle exec rake cargo:test
50+
5051
- name: Run examples
52+
if: ${{ matrix.os != 'windows-latest' }}
5153
run: bundle exec rake cargo:examples
5254

5355
lint:

0 commit comments

Comments
 (0)