Skip to content

Commit c5846ba

Browse files
committed
ci: Fix wasmtime paths in ci.yml
With commit 9998918 ("Packages: bump wasmtime to 24.0.0 and wasi-sysroot to 24.0.") the paths to the wasmtime C API include and lib directories changed which broke the wasm ci tests. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 9998918 commit c5846ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303

304304
- name: Configure wasm
305305
run: |
306-
./configure wasm --include-path=pkg/contrib/wasmtime/crates/c-api/include --lib-path=pkg/contrib/wasmtime/target/release
306+
./configure wasm --include-path=pkg/contrib/wasmtime/artifacts/include --lib-path=pkg/contrib/wasmtime/artifacts/lib
307307
if: steps.metadata.outputs.module == 'wasm'
308308

309309
- name: Make wasm

0 commit comments

Comments
 (0)