Skip to content

Commit

Permalink
CI: windows: don't forget CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 12, 2024
1 parent 7904e67 commit bfc329e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Test examples/run
run: |
cmake -B build
cmake -B build -DCMAKE_PREFIX_PATH=${{github.workspace}}/dist
cmake --build build
./build/run ${{github.workspace}}/wat/fib.wasm test-all
working-directory: ${{github.workspace}}/examples/run

0 comments on commit bfc329e

Please sign in to comment.