Skip to content

Commit

Permalink
ci: install OpenVINO for running wasi-nn tests
Browse files Browse the repository at this point in the history
prtest:full
  • Loading branch information
abrown committed Dec 15, 2023
1 parent 9500d6e commit c0c54d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ jobs:
- run: echo CARGO_BUILD_TARGET=${{ matrix.target }} >> $GITHUB_ENV
if: matrix.target != ''

# Install OpenVINO for testing wasmtime-wasi-nn.
- uses: abrown/install-openvino-action@v8
if: env.RUNNER_ARCH == 'X64'

# Fix an ICE for now in gcc when compiling zstd with debuginfo (??)
- run: echo CFLAGS=-g0 >> $GITHUB_ENV
if: matrix.target == 'x86_64-pc-windows-gnu'
Expand Down

0 comments on commit c0c54d9

Please sign in to comment.