Skip to content

Commit cd8bb9c

Browse files
committed
Skip WASM example for Windows
1 parent 4df9315 commit cd8bb9c

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)